aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2016-04-29 01:14:24 -0400
committerChristopher Vogt <oss.nsp@cvogt.org>2016-04-29 01:19:52 -0400
commit5952e7509cc3a73718d0393570d126fa0f60202f (patch)
tree84ec7d639e5b54adfd9cc122913a71c91c1c875a
parent5ef23bb5af757f84c89ba329ebe5e4fe502205a7 (diff)
downloadcbt-5952e7509cc3a73718d0393570d126fa0f60202f.tar.gz
cbt-5952e7509cc3a73718d0393570d126fa0f60202f.tar.bz2
cbt-5952e7509cc3a73718d0393570d126fa0f60202f.zip
Add cbt's own CBT build and the scalatest plugin compile to tests
-rw-r--r--circle.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/circle.yml b/circle.yml
index 7d7be3e..ca40168 100644
--- a/circle.yml
+++ b/circle.yml
@@ -5,12 +5,11 @@ machine:
dependencies:
cache_directories:
- "cache"
- - "nailgun_launcher/target"
- - "stage1/target"
- - "stage2/target"
override:
+ - ./cbt compile -Dlog=all
- ./cbt direct -Dlog=all
- ./cbt -Dlog=all
+ - cd plugins/scalatest/ && ../../cbt compile -Dlog=all && cd ../../
test:
override: