diff options
author | Pierre Grandin <grandinp@altern.org> | 2016-11-30 03:39:00 +0000 |
---|---|---|
committer | Pierre Grandin <grandinp@altern.org> | 2016-11-30 03:39:00 +0000 |
commit | 2f2c51614cb96d3ff31b2bea9f4811de283373c3 (patch) | |
tree | 56ce368041c351a390dff6cf17109aaeb0b18f97 /circle.yml | |
parent | 58894b51f744a7ddb3410ebfdce0942bc2c98f27 (diff) | |
download | navit-2f2c51614cb96d3ff31b2bea9f4811de283373c3.tar.gz |
Ensure that we build all targets in 4 containers
Diffstat (limited to 'circle.yml')
-rw-r--r-- | circle.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml index e6fdc993d..f8fcd7650 100644 --- a/circle.yml +++ b/circle.yml @@ -33,7 +33,7 @@ dependencies: test: override: - - bash: + - bash ci/build.sh: parallel: true files: - ci/build_*.sh |