From 6381e2cd7a1a22aace8da1e67c1ecb99c1879ec9 Mon Sep 17 00:00:00 2001 From: Bignaux Ronan Date: Thu, 6 Sep 2018 23:21:48 +0200 Subject: Refactoring:mingw:simplify toolchain --- .circleci/config.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to '.circleci') 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 -- cgit v1.2.1