aboutsummaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/circle.yml b/circle.yml
index 92b8983..40a7f27 100644
--- a/circle.yml
+++ b/circle.yml
@@ -6,6 +6,12 @@ dependencies:
# cache_directories:
# - "cache"
override:
+ - sudo apt-add-repository "deb http://archive.ubuntu.com/ubuntu trusty-backports main restricted universe"
+ - sudo apt-get update
+ - sudo apt-get install -t trusty-backports shellcheck
+
+compile:
+ override:
- ./cbt compile
- ./cbt direct
- ./cbt -Dlog=all