projects
/
platform
/
upstream
/
libHarfBuzzSharp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f78d78
)
[CircleCI] Fix build
author
Behdad Esfahbod
<behdad@behdad.org>
Tue, 31 Oct 2017 20:25:46 +0000
(14:25 -0600)
committer
Behdad Esfahbod
<behdad@behdad.org>
Tue, 31 Oct 2017 20:25:46 +0000
(14:25 -0600)
Fixes https://github.com/behdad/harfbuzz/issues/589
.circleci/config.yml
patch
|
blob
|
history
diff --git
a/.circleci/config.yml
b/.circleci/config.yml
index 5ce76327843f195510d195009976f13c088f0769..7135b853ee5d204f53f62275d50020b175626794 100644
(file)
--- a/
.circleci/config.yml
+++ b/
.circleci/config.yml
@@
-25,9
+25,9
@@
jobs:
- run: apt update && apt install ragel
- run: cmake -Bbuild -H. -GNinja && ninja -Cbuild
-
android
-arm64:
+
linux
-arm64:
docker:
- - image: dockcross/
android
-arm64
+ - image: dockcross/
linux
-arm64
steps:
- checkout
- run: apt update && apt install ragel
@@
-56,6
+56,6
@@
workflows:
- base
- android-arm
- browser-asmjs
- -
android
-arm64
+ -
linux
-arm64
- linux-mips
- windows-x64