forked from com-lihaoyi/mill
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
64 lines (54 loc) · 1.34 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
language: scala
os: linux
dist: trusty
before_install:
- curl https://raw.githubusercontent.com/scala-native/scala-native/master/scripts/travis_setup.sh | bash -
git:
depth: false
jobs:
include:
- stage: build
env: CI_SCRIPT=ci/test-mill-release.sh
jdk: oraclejdk8
- stage: build
env: CI_SCRIPT=ci/test-mill-release.sh
jdk: openjdk9
- stage: build
env: CI_SCRIPT=ci/test-mill-dev.sh
jdk: openjdk10
- stage: build
env: CI_SCRIPT=ci/test-mill-dev.sh
jdk: oraclejdk11
- stage: build
env: CI_SCRIPT=ci/test-mill-bootstrap-0.sh
jdk: oraclejdk8
- stage: build
env: CI_SCRIPT=ci/test-mill-bootstrap-1.sh
jdk: oraclejdk9
- stage: build
env: CI_SCRIPT=ci/test-mill-0.sh
jdk: openjdk10
- stage: build
env: CI_SCRIPT=ci/test-mill-1.sh
jdk: openjdk8
- stage: build
env: CI_SCRIPT=ci/test-mill-2.sh
jdk: oraclejdk8
- stage: build
env: CI_SCRIPT="./mill -i docs.generate"
jdk: openjdk8
- stage: release
env: CI_SCRIPT="ci/on-master.py ci/release-github.sh"
jdk: oraclejdk9
- stage: release
env: CI_SCRIPT="ci/on-master.py ci/release-maven.sh"
jdk: oraclejdk9
- stage: release
env: CI_SCRIPT="ci/on-master.py ci/publish-docs.sh"
jdk: openjdk10
script:
- "$CI_SCRIPT"
cache:
directories:
- $HOME/.cache/coursier
- $HOME/.cache/mill/download