summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre GRANDIN <grandinp@altern.org>2015-12-31 04:45:20 -0800
committerPierre GRANDIN <grandinp@altern.org>2015-12-31 04:45:20 -0800
commit0a0a0ef2de786b70aca9c194aaa271bdd68f0e0e (patch)
treeabaf1136859390120803a0d7cb066827ac4eb75f
parent03d7a5cd76b87cfac18967d2560a82a9c12cdbf3 (diff)
downloadnavit-0a0a0ef2de786b70aca9c194aaa271bdd68f0e0e.tar.gz
Initiating a branch to fix the iphone build
-rw-r--r--ci/build_iphone.sh3
-rw-r--r--circle.yml1
2 files changed, 4 insertions, 0 deletions
diff --git a/ci/build_iphone.sh b/ci/build_iphone.sh
new file mode 100644
index 000000000..c9a1a376e
--- /dev/null
+++ b/ci/build_iphone.sh
@@ -0,0 +1,3 @@
+mkdir iphone && cd iphone
+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 || exit -1
+make || exit -1
diff --git a/circle.yml b/circle.yml
index 7bd8ac1c8..0e8ad4f04 100644
--- a/circle.yml
+++ b/circle.yml
@@ -31,6 +31,7 @@ dependencies:
- sudo apt-get install lib32z1
- bash ci/build_android.sh
- bash ci/build_android_x86.sh
+ - bash ci/build_iphone.sh
# Windows build
- sudo apt-get install mingw32 mingw32-binutils mingw32-runtime
- sudo apt-get install default-jdk nsis