diff options
author | Patric Stout <truebrain@openttd.org> | 2018-04-21 15:10:06 +0200 |
---|---|---|
committer | Patric Stout <truebrain@openttd.org> | 2018-04-21 16:31:22 +0200 |
commit | 8c531f1278b9961889089dc48cb4da42301f3bf8 (patch) | |
tree | aa2fc14e80e92d5532daa7f478679173f4fab2d0 /Jenkinsfile | |
parent | 86012e10eaa9692cb16379bcfb8166bf26a81d5e (diff) | |
download | openttd-8c531f1278b9961889089dc48cb4da42301f3bf8.tar.xz |
Add: also validate Pull Requests with clang 6.0 with OSX as target
Diffstat (limited to 'Jenkinsfile')
-rw-r--r-- | Jenkinsfile | 3 |
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) { |