forked from johanjanssen/ChocolateyPackages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
54 lines (54 loc) · 1.51 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
# https://docs.travis-ci.com/user/reference/windows/
# https://chocolatey.org/docs/create-packages#testing-your-package
# https://stackoverflow.com/questions/17794507/reload-the-path-in-powershell
os: windows
language: bash # language: java is not yet supported on Travis CI Windows
env:
- PACKAGE=CorrettoJDK
- PACKAGE=Corretto8JDK
- PACKAGE=Corretto8JRE
- PACKAGE=Corretto11JDK
- PACKAGE=Corretto17JDK
- PACKAGE=GraalVM
- PACKAGE=GraalVM-Java11
- PACKAGE=GraalVM-Java17
- PACKAGE=Liberica8JDK
- PACKAGE=Liberica8JRE
- PACKAGE=Liberica11JDK
- PACKAGE=Liberica11JDKFull
- PACKAGE=Liberica11JRE
- PACKAGE=Liberica11JREFull
- PACKAGE=LibericaJDK
- PACKAGE=LibericaJDKFull
- PACKAGE=LibericaJDKLite
- PACKAGE=LibericaJRE
- PACKAGE=LibericaJREFull
- PACKAGE=Liberica17JDK
- PACKAGE=Liberica17JDKFull
- PACKAGE=Liberica17JDKLite
- PACKAGE=Liberica17JRE
- PACKAGE=Liberica17JREFull
- PACKAGE=Microsoft-OpenJDK
- PACKAGE=Microsoft-OpenJDK11
- PACKAGE=Microsoft-OpenJDK17
- PACKAGE=ojdkbuild
- PACKAGE=ojdkbuild8
- PACKAGE=ojdkbuild11
- PACKAGE=ojdkbuild17
- PACKAGE=OpenJDK
- PACKAGE=OpenJDK8
- PACKAGE=OpenJDK8JRE
- PACKAGE=OpenJDK11
- PACKAGE=OpenJDK11JRE
- PACKAGE=OpenJDK17
- PACKAGE=OracleJDK
- PACKAGE=Oracle17JDK
- PACKAGE=SapMachine
- PACKAGE=SapMachineJRE
- PACKAGE=SapMachine11
- PACKAGE=SapMachine11JRE
- PACKAGE=SapMachine17
- PACKAGE=SapMachine17JRE
- PACKAGE=WildFly
script:
- powershell -ExecutionPolicy RemoteSigned -File .travis.ps1