summaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
authorkazer_ <kazer_@ffa7fe5e-494d-0410-b361-a75ebd5db220>2015-04-06 22:25:27 +0000
committerkazer_ <kazer_@ffa7fe5e-494d-0410-b361-a75ebd5db220>2015-04-06 22:25:27 +0000
commitcb95578ae7e2c122e967b1b3e29b96482ff2b7f5 (patch)
treee7cfd0501753b1afa980c808cbc65953bf026c8e /circle.yml
parente48e8aee71629e97f7f68e76e3742173f917ff48 (diff)
downloadnavit-svn-cb95578ae7e2c122e967b1b3e29b96482ff2b7f5.tar.gz
Fix:CI:Fixed android build script call
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@6054 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml
index ceef198c..10640be5 100644
--- a/circle.yml
+++ b/circle.yml
@@ -41,7 +41,7 @@ dependencies:
# for aapt
- sudo apt-get install lib32stdc++6
- sudo apt-get install lib32z1
- - bash ci/build_apk.sh
+ - bash ci/build_android.sh
test:
post:
- sed -i -e 's@name="Local GPS" profilename="car" enabled="yes" active="1"@name="Local GPS" profilename="car" enabled="no" active="0"@' navit.xml: