1
0
Fork 0

no more real

This commit is contained in:
Andreas Streichardt 2017-08-29 17:47:08 +02:00
parent 68e220fd55
commit c026b727a4
1 changed files with 2 additions and 2 deletions

View File

@ -340,13 +340,13 @@ def unstashBinaries(os, edition) {
buildJenkins = [ buildJenkins = [
"linux": "linux && build", "linux": "linux && build",
"mac" : "mac", "mac" : "mac",
"windows": "windows-real" "windows": "windows"
] ]
testJenkins = [ testJenkins = [
"linux": "linux && tests", "linux": "linux && tests",
"mac" : "mac", "mac" : "mac",
"windows": "windows-real" "windows": "windows"
] ]
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------