aboutsummaryrefslogtreecommitdiff
path: root/circle.yml
blob: 92b8983573f0e5095b5f0a1877e0a5c722245a99 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
machine:
  java:
    version: oraclejdk8

dependencies:
#  cache_directories:
#    - "cache"
  override:
    - ./cbt compile
    - ./cbt direct
    - ./cbt -Dlog=all

test:
  override:
    - rm ~/.gitconfig # avoid url replacement breaking jgit
    - ./cbt direct test.run slow:
        timeout: 1800
    - ./cbt test.run slow:
        timeout: 1800