aboutsummaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2017-03-12 13:02:51 -0400
committerChristopher Vogt <oss.nsp@cvogt.org>2017-03-12 15:29:47 -0400
commit8567e2557467f838e371fd8e6b267d5a417ef78e (patch)
tree869e53308505bfe80c987221c4d7c967280ab7c5 /circle.yml
parentf35f2e0dbabb68511166b647a5018d7f57adcd9a (diff)
downloadcbt-8567e2557467f838e371fd8e6b267d5a417ef78e.tar.gz
cbt-8567e2557467f838e371fd8e6b267d5a417ef78e.tar.bz2
cbt-8567e2557467f838e371fd8e6b267d5a417ef78e.zip
force successful shellcheck linting for launcher script
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