From 2e2a062072f9f2cebbd8223a20daae5034f9964b Mon Sep 17 00:00:00 2001 From: Pierre Grandin Date: Mon, 5 Dec 2016 19:21:18 +0000 Subject: Added basic IOS build script, disabled other builds for this branch --- ci/build_ios.sh | 5 +++++ circle.yml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 ci/build_ios.sh 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/ -- cgit v1.2.1