aboutsummaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2017-03-20 03:00:53 -0400
committerChristopher Vogt <oss.nsp@cvogt.org>2017-03-20 03:00:53 -0400
commit3dc526f92d190ff45a0246915dd166c37ed16972 (patch)
tree55e0dcc5d7a4d3bd07cd21886d4a073841533fd6 /circle.yml
parentd6245c8dc5c7b2f885d538b39f685327da252863 (diff)
downloadcbt-3dc526f92d190ff45a0246915dd166c37ed16972.tar.gz
cbt-3dc526f92d190ff45a0246915dd166c37ed16972.tar.bz2
cbt-3dc526f92d190ff45a0246915dd166c37ed16972.zip
fail build if code isn't formatted / tests trigger git changes
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