aboutsummaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
authorJan Christopher Vogt <oss.nsp@cvogt.org>2017-03-20 03:37:49 -0400
committerGitHub <noreply@github.com>2017-03-20 03:37:49 -0400
commit3d321f42c19d2166204079ba7eece66b36037042 (patch)
tree55e0dcc5d7a4d3bd07cd21886d4a073841533fd6 /circle.yml
parentfebf7d987f643f3e071510812373778608a480ac (diff)
parent3dc526f92d190ff45a0246915dd166c37ed16972 (diff)
downloadcbt-3d321f42c19d2166204079ba7eece66b36037042.tar.gz
cbt-3d321f42c19d2166204079ba7eece66b36037042.tar.bz2
cbt-3d321f42c19d2166204079ba7eece66b36037042.zip
Merge pull request #448 from cvogt/chris
unify reflectively loading builds from directories
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/circle.yml b/circle.yml
index 40a7f27..e9e634c 100644
--- a/circle.yml
+++ b/circle.yml
@@ -13,6 +13,7 @@ dependencies:
compile:
override:
- ./cbt compile
+ - git diff --exit-code
- ./cbt direct
- ./cbt -Dlog=all
@@ -23,3 +24,4 @@ test:
timeout: 1800
- ./cbt test.run slow:
timeout: 1800
+ - git diff --exit-code