aboutsummaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
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