summaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml
index 569df09c0..16d0e6700 100644
--- a/circle.yml
+++ b/circle.yml
@@ -10,7 +10,11 @@ general:
- "logs"
test:
override:
- - ./tools/ci/scripts/circleci.sh:
+ - ./tools/ci/scripts/circleci1.sh:
+ parallel: true
+ - ./tools/ci/scripts/circleci2.sh:
+ parallel: true
+ - ./tools/ci/scripts/circleci3.sh:
parallel: true
post:
- mv logs $CIRCLE_ARTIFACTS/ || true