mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-22 09:57:15 +01:00
IronPython is broken
This commit is contained in:
parent
88a0778476
commit
314689b899
16
.pipelines/Jenkinsfile
vendored
16
.pipelines/Jenkinsfile
vendored
@ -256,22 +256,6 @@ cd tests/install_group/
|
|||||||
set WD=C:\\msys64\\usr\\bin
|
set WD=C:\\msys64\\usr\\bin
|
||||||
set CHERE_INVOKING=1
|
set CHERE_INVOKING=1
|
||||||
C:\\msys64\\usr\\bin\\sh --login -c 'exec /bin/bash -c "python3 waf configure clean build && python3 waf distclean"'
|
C:\\msys64\\usr\\bin\\sh --login -c 'exec /bin/bash -c "python3 waf configure clean build && python3 waf distclean"'
|
||||||
'''
|
|
||||||
}
|
|
||||||
}
|
|
||||||
stage('C/IronPython') {
|
|
||||||
agent {
|
|
||||||
label "windows"
|
|
||||||
}
|
|
||||||
steps {
|
|
||||||
bat '''
|
|
||||||
C:/Python34/python.exe waf-light --zip-type=gz
|
|
||||||
'''
|
|
||||||
bat '''
|
|
||||||
copy waf demos\\c /Y
|
|
||||||
cd demos\\c
|
|
||||||
"C:\\Program Files\\IronPython 2.7\\ipy.exe" waf distclean
|
|
||||||
"C:\\Program Files\\IronPython 2.7\\ipy.exe" waf configure build build
|
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user