Add: also validate Pull Requests with clang 6.0 with OSX as target

This commit is contained in:
Patric Stout 2018-04-21 15:10:06 +02:00
parent 86012e10ea
commit 8c531f1278

3
Jenkinsfile vendored
View File

@ -13,6 +13,9 @@ def ci_stages = [
"Archs": [
"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) {