Added correct package of python for 32 bits

This commit is contained in:
Manuel Cortez 2021-01-05 14:03:49 -06:00
parent 9e5989863c
commit 59131b6929

View File

@ -1,7 +1,7 @@
variables: variables:
PYTHON3_32: "C:\\python39\\python.exe" PYTHON3_32: "C:\\python39\\python.exe"
#PYTHON3_64: "C:\\python37-64\\python.exe" #PYTHON3_64: "C:\\python37-64\\python.exe"
#NSIS: "C:\\nsis\\makensis.exe" NSIS: "C:\\program files (x86)\\nsis\\makensis.exe"
.shared_windows_runners: .shared_windows_runners:
tags: tags:
@ -17,7 +17,7 @@ before_script:
- Set-Variable -Name "time" -Value (date -Format "%H:%m") - Set-Variable -Name "time" -Value (date -Format "%H:%m")
- echo ${time} - echo ${time}
- echo "started by ${GITLAB_USER_NAME}" - echo "started by ${GITLAB_USER_NAME}"
- choco install python3-x86_32 nsis -y - choco install python3 nsis -y -ForceX86
- refreshenv - refreshenv
- '&$env:PYTHON3_32 -V' - '&$env:PYTHON3_32 -V'
- '&$env:PYTHON3_32 -m pip install --upgrade pip' - '&$env:PYTHON3_32 -m pip install --upgrade pip'