diff --git a/.pipelines/Jenkinsfile b/.pipelines/Jenkinsfile index d3044f0c..c41dd29c 100644 --- a/.pipelines/Jenkinsfile +++ b/.pipelines/Jenkinsfile @@ -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 ''' } }