summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Grandin <grandinp@altern.org>2016-12-05 19:21:18 +0000
committerPierre Grandin <grandinp@altern.org>2016-12-05 19:21:18 +0000
commit2e2a062072f9f2cebbd8223a20daae5034f9964b (patch)
tree29860fbef0b753a27f762789f1fddacabd84a958
parentb9896a725d2232350b05dc45a3fbb0ed76e60896 (diff)
downloadnavit-iOS_9.3_hacks.tar.gz
Added basic IOS build script, disabled other builds for this branchiOS_9.3_hacks
-rw-r--r--ci/build_ios.sh5
-rw-r--r--circle.yml2
2 files changed, 6 insertions, 1 deletions
diff --git a/ci/build_ios.sh b/ci/build_ios.sh
new file mode 100644
index 000000000..a6c01205c
--- /dev/null
+++ b/ci/build_ios.sh
@@ -0,0 +1,5 @@
+set -e
+mkdir ios
+pushd ios
+cmake -DCMAKE_TOOLCHAIN_FILE=Toolchain/arm-apple-darwin9.cmake -DUSE_PLUGINS=0 -DSAMPLE_MAP=0 -DBUILD_MAPTOOL=0 -DBUILD_BUNDLE=0 -DCMAKE_INSTALL_PREFIX=/Applications/Navit.app -DXSLTS=iphone ../
+make
diff --git a/circle.yml b/circle.yml
index 04470f87e..a3bde6fd5 100644
--- a/circle.yml
+++ b/circle.yml
@@ -29,7 +29,7 @@ test:
- bash ci/build.sh:
parallel: true
files:
- - ci/build_*.sh
+ - ci/build_ios.sh
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:
pwd: bin/navit/