Test
This commit is contained in:
parent
503dead2aa
commit
2d8b7b2ed6
@ -11,14 +11,15 @@ stages:
|
|||||||
- build
|
- build
|
||||||
- pack
|
- pack
|
||||||
|
|
||||||
default:
|
#default:
|
||||||
image: stefanscherer/chocolatey
|
# image: python:3.8.4-windowsservercore-1
|
||||||
|
|
||||||
.configure_environment: &configure_environment
|
.configure_environment: &configure_environment
|
||||||
tags:
|
tags:
|
||||||
- windows10
|
- windows10
|
||||||
before_script:
|
before_script:
|
||||||
- 'choco install -y --x86 python git nsis'
|
- 'Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))'
|
||||||
|
- 'choco install -y --x86 git nsis'
|
||||||
- 'python -V'
|
- 'python -V'
|
||||||
# - 'python -m venv env'
|
# - 'python -m venv env'
|
||||||
# - 'env\scripts\activate'
|
# - 'env\scripts\activate'
|
||||||
|
Loading…
Reference in New Issue
Block a user