mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-13 02:52:37 +00:00
Add: also validate Pull Requests with clang 6.0 with OSX as target
This commit is contained in:
parent
86012e10ea
commit
8c531f1278
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user