aboutsummaryrefslogblamecommitdiff
path: root/circle.yml
blob: 35620d8a787822046b2f2ec3b659bab1e1179f50 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                               



                            

           

                                 
machine:
  java:
    version: oraclejdk8

dependencies:
  cache_directories:
    - "bootstrap_scala/cache"
    - "bootstrap_scala/target"
    - "cache"
    - "nailgun_launcher/target"
    - "stage1/target"
    - "stage2/target"
  override:
    - ./cbt direct -Dlog=all
    - ./cbt -Dlog=all

test:
  override:
    - ./cbt direct test -Dlog=all
    - ./cbt test -Dlog=all