aboutsummaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2016-06-19 03:54:59 -0400
committerChristopher Vogt <oss.nsp@cvogt.org>2016-06-19 03:54:59 -0400
commit7b5cf6fe7da9aac9af51d2a6cd410407a9cb17ad (patch)
treed12cc77da2440e405a0d0515b78775be83d6aadd /circle.yml
parentc2b51bbba200cfdfebf1e32bfd85fe40d55bf986 (diff)
downloadcbt-7b5cf6fe7da9aac9af51d2a6cd410407a9cb17ad.tar.gz
cbt-7b5cf6fe7da9aac9af51d2a6cd410407a9cb17ad.tar.bz2
cbt-7b5cf6fe7da9aac9af51d2a6cd410407a9cb17ad.zip
add plugin builds and scalatest example build to being compiled in tests
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/circle.yml b/circle.yml
index 64d62c0..6187f81 100644
--- a/circle.yml
+++ b/circle.yml
@@ -9,10 +9,8 @@ dependencies:
- ./cbt compile
- ./cbt direct
- ./cbt -Dlog=all
- - cd plugins/scalatest/ && ../../cbt compile && cd ../../
test:
override:
- ./cbt direct test
- ./cbt test
- - cd examples/build-scalatest && ../../cbt test && cd ../..