summaryrefslogtreecommitdiff
path: root/.circleci
diff options
context:
space:
mode:
authorBignaux Ronan <ronan@aimao.org>2018-09-06 23:21:48 +0200
committerjkoan <jkoan@users.noreply.github.com>2019-05-20 21:29:43 +0200
commit6381e2cd7a1a22aace8da1e67c1ecb99c1879ec9 (patch)
treeb0d547ff0282cfefbe4dbe88faf4b6d57dc827db /.circleci
parented5477dd42f5ec94e0228e762192ceed8122b7d4 (diff)
downloadnavit-6381e2cd7a1a22aace8da1e67c1ecb99c1879ec9.tar.gz
Refactoring:mingw:simplify toolchain
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index e190d8e44..57e2f4c68 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -136,13 +136,16 @@ jobs:
steps:
- checkout
- run:
- name: Build for Windows
+ name: Prepare the Windows build environment
command: |
apt-get update && xargs -a scripts/setup_14.04_requirements.list apt-get install -y
apt-get install -y software-properties-common
add-apt-repository -y ppa:george-edison55/cmake-3.x
apt-get remove -y cmake
- apt-get install -y cmake3
+ apt-get install -y cmake3 mingw-w64 mingw-w64-tools default-jdk nsis libsaxonb-java curl
+ - run:
+ name: Build for Windows
+ command: |
bash scripts/build_win32.sh
- store_artifacts:
path: win32/navit.exe