mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-22 09:57:15 +01:00
Update the environment to IronPython 2.7.9
This commit is contained in:
parent
a91bb8fa63
commit
88a0778476
4
.pipelines/Jenkinsfile
vendored
4
.pipelines/Jenkinsfile
vendored
@ -270,8 +270,8 @@ cd tests/install_group/
|
|||||||
bat '''
|
bat '''
|
||||||
copy waf demos\\c /Y
|
copy waf demos\\c /Y
|
||||||
cd demos\\c
|
cd demos\\c
|
||||||
"C:\\Program Files (x86)\\IronPython 2.7\\ipy64.exe" waf distclean
|
"C:\\Program Files\\IronPython 2.7\\ipy.exe" waf distclean
|
||||||
"C:\\Program Files (x86)\\IronPython 2.7\\ipy64.exe" waf configure build build
|
"C:\\Program Files\\IronPython 2.7\\ipy.exe" waf configure build build
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user