From f742fffc90e98c25be2cea100ab89f6f157eee9d Mon Sep 17 00:00:00 2001 From: gefin Date: Fri, 8 Nov 2019 08:47:17 +0100 Subject: 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 --- .circleci/config.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to '.circleci') 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: | -- cgit v1.2.1