summaryrefslogtreecommitdiff
path: root/.circleci
diff options
context:
space:
mode:
authorgefin <g.fink@gmx.net>2019-11-08 08:47:17 +0100
committerjkoan <jkoan@users.noreply.github.com>2019-11-08 08:47:17 +0100
commitf742fffc90e98c25be2cea100ab89f6f157eee9d (patch)
treee54e1d6c2364071d23be068aed8e53600436a9f1 /.circleci
parent776fd64b47fbd6d6b945b7d2f9da14b3c03cce00 (diff)
downloadnavit-f742fffc90e98c25be2cea100ab89f6f157eee9d.tar.gz
fix:tomtom:Make sure the tomtom_plugin and tomtom_minimal contain navit.xml (#875)
* Issue/823 Fix navit.xml (tomtom480.xml) and locales path * Issue/823 Fix missing navit.xml (tomtom480.xml) and locale path * add xslt support * Update setup_common_requirements.sh * Moving change performed in aa10e05a89f9bd26a4c5cf46a264b41fd9ec93b9 inside setup_tomtom_requirements.sh (and adding it to circleci process) * Only running installation for xsltproc in circleci * Update build_tomtom_minimal.sh copy also the layout xml files to target * copy also the layout xml to target * Selecting specific xml prefixes during copy * Fixing tomtom's xslt following split of xml config files at e70a28963ff9754d3257361fad93aebf59edee08
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 986ffa2c2..d936b010b 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -187,9 +187,10 @@ jobs:
- checkout
- run: if scripts/check_need_build.sh; then circleci step halt; fi
- run:
- name: Setup common requirements
+ name: Prepare the tomtom build environment
command: |
bash scripts/setup_common_requirements.sh
+ apt-get install -y xsltproc
- run:
name: Build for Tomtom (minimal)
command: |
@@ -208,9 +209,10 @@ jobs:
- checkout
- run: if scripts/check_need_build.sh; then circleci step halt; fi
- run:
- name: Setup common requirements
+ name: Prepare the tomtom build environment
command: |
bash scripts/setup_common_requirements.sh
+ apt-get install -y xsltproc
- run:
name: Build for Tomtom (plugin)
command: |