Newer
Older
image: python:3.8-slim-buster
- make ci
deploy:
stage: deploy
tags:
- linux
script:
build:windows:
stage: build
tags:
- windows
before_script:
- choco.exe install -y python
image: python:3.8-slim-buster
- make ci
deploy:
stage: deploy
tags:
- linux
script:
build:windows:
stage: build
tags:
- windows
before_script:
- choco.exe install -y python