forked from milkytracker/MilkyTracker
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathJenkinsEnv.json
executable file
·31 lines (31 loc) · 981 Bytes
/
JenkinsEnv.json
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
{
"builds": [
{
"DockerRoot": "amigadev",
"DockerImage": "crosstools",
"DockerTag": "m68k-amigaos",
"Dockerfile": "",
"BuildIfSuccessful": "",
"BuildParam": "-DM68K_CRT=nix20 -DM68K_CPU=68040 -DM68K_FPU=hard",
"ReleaseSuffix": "-68040"
},
{
"DockerRoot": "amigadev",
"DockerImage": "crosstools",
"DockerTag": "m68k-amigaos",
"Dockerfile": "",
"BuildIfSuccessful": "",
"BuildParam": "-DM68K_CRT=nix20 -DM68K_CPU=68080 -DM68K_FPU=hard",
"ReleaseSuffix": "-68080"
},
{
"DockerRoot": "amigadev",
"DockerImage": "crosstools",
"DockerTag": "x86_64-linux",
"Dockerfile": "",
"BuildIfSuccessful": "",
"BuildParam": "-DSDL2_DIR=/tmp/libs/lib/cmake/SDL2/",
"ReleaseSuffix": ""
}
]
}