mirror of https://gitee.com/bigwinds/arangodb
no more real
This commit is contained in:
parent
68e220fd55
commit
c026b727a4
|
@ -340,13 +340,13 @@ def unstashBinaries(os, edition) {
|
|||
buildJenkins = [
|
||||
"linux": "linux && build",
|
||||
"mac" : "mac",
|
||||
"windows": "windows-real"
|
||||
"windows": "windows"
|
||||
]
|
||||
|
||||
testJenkins = [
|
||||
"linux": "linux && tests",
|
||||
"mac" : "mac",
|
||||
"windows": "windows-real"
|
||||
"windows": "windows"
|
||||
]
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue