summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkazer_ <kazer_@ffa7fe5e-494d-0410-b361-a75ebd5db220>2015-04-13 06:05:50 +0000
committerkazer_ <kazer_@ffa7fe5e-494d-0410-b361-a75ebd5db220>2015-04-13 06:05:50 +0000
commit444733414c3f3fdbcf0a93d4fc6916947a54e270 (patch)
tree552600803773824a750ae48869eb6452ff44851d
parent9a640b6d515df6cfd58cec7e1060bc193c3e8a2f (diff)
downloadnavit-444733414c3f3fdbcf0a93d4fc6916947a54e270.tar.gz
Update:CI:Added win32 binary build
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@6073 ffa7fe5e-494d-0410-b361-a75ebd5db220
-rw-r--r--circle.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/circle.yml b/circle.yml
index 105a87f63..140697e0f 100644
--- a/circle.yml
+++ b/circle.yml
@@ -38,6 +38,15 @@ dependencies:
- sudo apt-get install lib32stdc++6
- sudo apt-get install lib32z1
- bash ci/build_android.sh
+# Windows build
+ - sudo apt-get install mingw32 mingw32-binutils mingw32-runtime
+ - sudo apt-get install default-jdk nsis
+# for sys/select.h
+# - sudo apt-get install -y libc6-dev
+ - mkdir win32
+ - cmake -Dbinding/python:BOOL=FALSE -DCMAKE_TOOLCHAIN_FILE=../Toolchain/mingw32.cmake ../ && make && make package:
+ pwd: win32/
+ - cp win32/*.exe $CIRCLE_ARTIFACTS/
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: