summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Herlant <herlantj@gmail.com>2018-09-16 14:00:07 -0700
committerJoseph Herlant <herlantj@gmail.com>2018-09-16 14:00:07 -0700
commit389cef1b5380f6183c62795128d1fee8d9344e00 (patch)
treec4046fe7127fbaafa2ad1e91f2b9fca7d74784ae
parent98e7489e1098e22ec13097ea09c2af49a8889a59 (diff)
downloadnavit-389cef1b5380f6183c62795128d1fee8d9344e00.tar.gz
update:ci:deprecate setup_wince.sh script
-rw-r--r--.circleci/config.yml4
-rw-r--r--scripts/setup_wince.sh6
2 files changed, 6 insertions, 4 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 3cc2d1b7f..d9ce5e4aa 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -170,10 +170,6 @@ jobs:
steps:
- checkout
- run:
- name: Prepare the WinCE build environment
- command: |
- bash scripts/setup_wince.sh
- - run:
name: Build for Windows CE
command: bash scripts/build_wince.sh
- store_artifacts:
diff --git a/scripts/setup_wince.sh b/scripts/setup_wince.sh
index 66f85abaa..95748bdbd 100644
--- a/scripts/setup_wince.sh
+++ b/scripts/setup_wince.sh
@@ -1,4 +1,10 @@
#!/bin/bash
+
+# #############################################################
+# This script has been deprecated. If you need to add packages,
+# add it to the wince/Dockerfile on the navit/Dockerfiles repo.
+# #############################################################
+
set -e
mkdir -p /var/lib/apt/lists/partial