aboutsummaryrefslogblamecommitdiff
path: root/circle.yml
blob: a8498b49ec3d3b87fcc43f86d8ebbb02c987e71f (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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