Add: also validate Pull Requests with clang 6.0 with OSX as target
This commit is contained in:
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@@ -13,6 +13,9 @@ def ci_stages = [
|
|||||||
"Archs": [
|
"Archs": [
|
||||||
"linux-i386-gcc-6": "openttd/compile-farm-ci:linux-i386-gcc-6",
|
"linux-i386-gcc-6": "openttd/compile-farm-ci:linux-i386-gcc-6",
|
||||||
],
|
],
|
||||||
|
"OS": [
|
||||||
|
"osx-10.9": "openttd/compile-farm-ci:osx-10.9",
|
||||||
|
],
|
||||||
]
|
]
|
||||||
|
|
||||||
def generateStage(targets) {
|
def generateStage(targets) {
|
||||||
|
|||||||
Reference in New Issue
Block a user