api
{
"language": "generic",
"arch": [
"arm64",
"amd64",
"ppc64le"
],
"os": "linux",
"dist": "xenial",
"env": {
"global": [
"RELEASE=xenial"
]
},
"before_install": null,
"install": null,
"before_script": null,
"jdk": [
"openjdk8"
],
"script": [
"echo \"Building php\"",
"__dots() { while true ; do echo -en . ; sleep 30 ; done } ; __dots &",
"jdk_switcher use oraclejdk8",
"java --version"
]
}
Build Config
{
"os": [
"linux"
],
"env": {
"global": [
{
"RELEASE": "xenial"
}
]
},
"jdk": [
"openjdk8"
],
"arch": [
"arm64",
"amd64",
"ppc64le"
],
"dist": "xenial",
"script": [
"echo \"Building php\"",
"__dots() { while true ; do echo -en . ; sleep 30 ; done } ; __dots &",
"jdk_switcher use oraclejdk8",
"java --version"
],
"language": "shell"
}