Jenkinsfile: Ensure zone folder exists.
This commit is contained in:
parent
d6eed08017
commit
1b9478bd26
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -85,6 +85,7 @@ def doUnitTests(name) {
|
||||
// Set up environment
|
||||
bat """
|
||||
mklink /J \"main\" \"$mw2dir\\main\"
|
||||
mkdir \"zone\"
|
||||
mklink /J \"zone\\dlc\" \"$mw2dir\\zone\\dlc\"
|
||||
mklink /J \"zone\\$localization\" \"$mw2dir\\zone\\$localization\"
|
||||
copy /y \"$mw2dir\\*.dll\"
|
||||
|
Loading…
Reference in New Issue
Block a user