summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre GRANDIN <grandinp@altern.org>2015-12-31 03:32:27 -0800
committerPierre GRANDIN <grandinp@altern.org>2015-12-31 03:32:27 -0800
commit03d7a5cd76b87cfac18967d2560a82a9c12cdbf3 (patch)
treef14c758b67b46849d28ae214538444c8ca089348
parent39175cc0b633863355efe10151fe7b21109efa18 (diff)
downloadnavit-03d7a5cd76b87cfac18967d2560a82a9c12cdbf3.tar.gz
Adding a androix/x86 build script
-rw-r--r--ci/build_android_x86.sh3
-rw-r--r--circle.yml1
2 files changed, 4 insertions, 0 deletions
diff --git a/ci/build_android_x86.sh b/ci/build_android_x86.sh
new file mode 100644
index 000000000..5e1dde1fb
--- /dev/null
+++ b/ci/build_android_x86.sh
@@ -0,0 +1,3 @@
+mkdir android-x86 && cd android-x86
+cmake -DCMAKE_TOOLCHAIN_FILE=Toolchain/i686-android.cmake -DANDROID_API_VERSION=9 -DDISABLE_CXX=1 -DDISABLE_QT=1 ../ || exit -1
+make || exit -1
diff --git a/circle.yml b/circle.yml
index 419899bd0..7bd8ac1c8 100644
--- a/circle.yml
+++ b/circle.yml
@@ -30,6 +30,7 @@ dependencies:
- sudo apt-get install lib32stdc++6
- sudo apt-get install lib32z1
- bash ci/build_android.sh
+ - bash ci/build_android_x86.sh
# Windows build
- sudo apt-get install mingw32 mingw32-binutils mingw32-runtime
- sudo apt-get install default-jdk nsis