summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjandegr <jandegr@users.noreply.github.com>2018-02-11 17:14:46 +0100
committerGitHub <noreply@github.com>2018-02-11 17:14:46 +0100
commitac133620a4c9c6e30c0a00da4614924218e801af (patch)
tree165da2f6cf6c7644089d3dacfb03359bbdbe0f07
parent5f745923679123ee26706d27365cd159597f6ca3 (diff)
parente10b215a15e35d513f1ef4d70a085708d6e3fb77 (diff)
downloadnavit-jkoan-fix-cov-download.tar.gz
Merge branch 'trunk' into jkoan-fix-cov-downloadjkoan-fix-cov-download
-rw-r--r--ci/build_win32.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/build_win32.sh b/ci/build_win32.sh
index 47b05b9d2..cb05c9b49 100644
--- a/ci/build_win32.sh
+++ b/ci/build_win32.sh
@@ -1,8 +1,8 @@
-apt-get update && apt-get install -y mingw32 mingw32-binutils mingw32-runtime default-jdk nsis
+apt-get update && apt-get install -y mingw32 mingw32-binutils mingw32-runtime default-jdk nsis libsaxonb-java
mkdir win32
pushd win32
-cmake -Dbinding/python:BOOL=FALSE -DSAMPLE_MAP=n -DCMAKE_TOOLCHAIN_FILE=../Toolchain/mingw32.cmake ../ && make -j $(nproc --all) && make -j $(nproc --all) package
+cmake -Dbinding/python:BOOL=FALSE -DSAMPLE_MAP=n -DXSLTS=windows -DCMAKE_TOOLCHAIN_FILE=../Toolchain/mingw32.cmake ../ && make -j $(nproc --all) && make -j $(nproc --all) package
popd
cp win32/*.exe $CIRCLE_ARTIFACTS/