IronPython is broken

This commit is contained in:
Thomas Nagy 2019-07-11 19:52:03 +02:00
parent 88a0778476
commit 314689b899
No known key found for this signature in database
GPG Key ID: 49B4C67C05277AAA
1 changed files with 0 additions and 16 deletions

View File

@ -256,22 +256,6 @@ cd tests/install_group/
set WD=C:\\msys64\\usr\\bin
set CHERE_INVOKING=1
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
'''
}
}