aboutsummaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2016-03-06 11:16:21 -0500
committerChristopher Vogt <oss.nsp@cvogt.org>2016-03-06 14:31:35 -0500
commit9787c385a1843e3fb8f564836bf960235ff0d87f (patch)
treed9bbabd8826f2dcaa1276362376b7244ae706db3 /circle.yml
parentd320c82876b6b73efc45686531f7bbe4a5048e00 (diff)
downloadcbt-9787c385a1843e3fb8f564836bf960235ff0d87f.tar.gz
cbt-9787c385a1843e3fb8f564836bf960235ff0d87f.tar.bz2
cbt-9787c385a1843e3fb8f564836bf960235ff0d87f.zip
integrate circleci
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/circle.yml b/circle.yml
new file mode 100644
index 0000000..a8498b4
--- /dev/null
+++ b/circle.yml
@@ -0,0 +1,16 @@
+machine:
+ java:
+ version: oraclejdk8
+
+dependencies:
+ cache_directories:
+ - "bootstrap_scala/cache"
+ - "bootstrap_scala/target"
+ - "cache"
+ - "nailgun_launcher/target"
+ - "stage1/target"
+ - "stage2/target"
+
+test:
+ override:
+ - ./cbt test