Skip to content
Snippets Groups Projects
Commit c531191a authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

CI: copy python to python3

parent ed5ab613
No related branches found
No related tags found
No related merge requests found
......@@ -126,10 +126,12 @@ del depends22_x86.zip
echo "Install Python 3.5.4 32bit to C:\tools\Python35-x86"
.\python35.exe | Out-Null
copy Python35-x86\python.exe Python35-x86\python3.exe
del python35.exe
echo "Install Python 3.5.4 64bit to C:\tools\Python35-x64"
.\python35-amd64.exe | Out-Null
copy Python35-x64\python.exe Python35-x64\python3.exe
del python35-amd64.exe
echo "Install clcache and numpy for both 32bit and 64bit"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment