Jenkinsfile: Ensure zone folder exists.

This commit is contained in:
/dev/urandom 2016-09-13 07:26:50 +02:00
parent d6eed08017
commit 1b9478bd26
No known key found for this signature in database
GPG Key ID: 41322B973E0F295E

1
Jenkinsfile vendored
View File

@ -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\"