From 546d4300e907d7152a961c18daaea580e25765a3 Mon Sep 17 00:00:00 2001 From: Bignaux Ronan Date: Tue, 23 Oct 2018 19:58:07 +0200 Subject: circleci:add ppa for cmake 3.x on win32 target (#702) * circleic:add ppa for cmake 3.x on win32 target * Update config.yml --- .circleci/config.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.circleci') diff --git a/.circleci/config.yml b/.circleci/config.yml index 46d1aad86..eecf98b57 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -161,6 +161,10 @@ jobs: name: Build for Windows 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 bash scripts/build_win32.sh - store_artifacts: path: win32/navit.exe -- cgit v1.2.1