summaryrefslogtreecommitdiff
path: root/Jenkinsfile
diff options
context:
space:
mode:
authorPatric Stout <truebrain@openttd.org>2018-04-21 15:10:06 +0200
committerPatric Stout <truebrain@openttd.org>2018-04-21 16:31:22 +0200
commit8c531f1278b9961889089dc48cb4da42301f3bf8 (patch)
treeaa2fc14e80e92d5532daa7f478679173f4fab2d0 /Jenkinsfile
parent86012e10eaa9692cb16379bcfb8166bf26a81d5e (diff)
downloadopenttd-8c531f1278b9961889089dc48cb4da42301f3bf8.tar.xz
Add: also validate Pull Requests with clang 6.0 with OSX as target
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 78672fe68..2d9f4e8a4 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -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) {