summaryrefslogtreecommitdiff
path: root/.circleci/config.yml
diff options
context:
space:
mode:
Diffstat (limited to '.circleci/config.yml')
-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: |