Started implementation of a failed docker based image
This commit is contained in:
parent
fef5c218b0
commit
5512b605e1
@ -1,6 +1,6 @@
|
||||
variables:
|
||||
PYTHON3_32: "C:\\python38-32\\python.exe"
|
||||
PYTHON3_64: "C:\\python38-64\\python.exe"
|
||||
# PYTHON3_32: "C:\\python38-32\\python.exe"
|
||||
# PYTHON3_64: "C:\\python38-64\\python.exe"
|
||||
NSIS: "C:\\nsis\\makensis.exe"
|
||||
|
||||
### Stage list
|
||||
@ -15,9 +15,9 @@ stages:
|
||||
tags:
|
||||
- windows10
|
||||
before_script:
|
||||
- '&$env:PYTHON3_32 -V'
|
||||
- '&$env:PYTHON3_32 -m venv env'
|
||||
- 'env\scripts\activate'
|
||||
- 'python -V'
|
||||
# - 'python -m venv env'
|
||||
# - 'env\scripts\activate'
|
||||
- 'python -m pip install --upgrade pip'
|
||||
- 'python -m pip install --upgrade -r requirements.txt'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user