let's see if paths with no spaces works

This commit is contained in:
Grant Limberg 2020-06-18 11:26:57 -07:00
parent b094278b64
commit 6ea60bc429
No known key found for this signature in database
GPG key ID: 2BA62CCABBB4095A

2
Jenkinsfile vendored
View file

@ -59,7 +59,7 @@ def buildWindows() {
def myNode = {
node ('windows') {
env.SHELL = 'C:/Windows/System32/cmd.exe'
env.PATH = env.PATH + ';C:\\TDM-GCC-64\\bin;C:\\WINDOWS;C:\\Windows\\system32;C:\\Program Files\\CMake\\bin;C:\\Go\\bin'
env.PATH = 'C:\\TDM-GCC-64\\bin;C:\\WINDOWS;C:\\Windows\\system32;C:\\CMake\\bin;C:\\Go\\bin'
dir ("build") {
checkout scm
dir ("build") {