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