aboutsummaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2016-03-08 19:29:57 -0500
committerChristopher Vogt <oss.nsp@cvogt.org>2016-03-08 20:11:03 -0500
commit628c8a3d093598a4ee58b37902e7328c48c337b3 (patch)
treefe2bfbf5d4844c8b136b49a470c818226114528d /circle.yml
parent820589ebb463cecea0d9aad82daa72cfcd493672 (diff)
downloadcbt-628c8a3d093598a4ee58b37902e7328c48c337b3.tar.gz
cbt-628c8a3d093598a4ee58b37902e7328c48c337b3.tar.bz2
cbt-628c8a3d093598a4ee58b37902e7328c48c337b3.zip
trigger cbt compilation first in CI
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml8
1 files changed, 6 insertions, 2 deletions
diff --git a/circle.yml b/circle.yml
index a8498b4..35620d8 100644
--- a/circle.yml
+++ b/circle.yml
@@ -10,7 +10,11 @@ dependencies:
- "nailgun_launcher/target"
- "stage1/target"
- "stage2/target"
-
+ override:
+ - ./cbt direct -Dlog=all
+ - ./cbt -Dlog=all
+
test:
override:
- - ./cbt test
+ - ./cbt direct test -Dlog=all
+ - ./cbt test -Dlog=all