summaryrefslogtreecommitdiff
path: root/.circleci
diff options
context:
space:
mode:
authorjkoan <jkoan@users.noreply.github.com>2018-03-28 23:25:02 +0200
committerGitHub <noreply@github.com>2018-03-28 23:25:02 +0200
commitadd292f2ed88f95ca910daa4cf9d8f10abfeee71 (patch)
treed45162b662cfa10015291d66a64c21cc15f8f4ad /.circleci
parentf71dc2b8c89c7562fcbfedd69d7f32d6c9fd6693 (diff)
downloadnavit-add292f2ed88f95ca910daa4cf9d8f10abfeee71.tar.gz
fix:ci:Fix Wince build (#417)
Because the image is to old we need to install git-core after the code checkout
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 604b17601..4ab1b0dc6 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -102,6 +102,10 @@ jobs:
steps:
- checkout
- run:
+ name: Prepare the WinCE build environment
+ command: |
+ bash ci/setup_wince.sh
+ - run:
name: Build for Windows CE
command: bash ci/build_wince.sh
- store_artifacts: