Skip to content

Commit

Permalink
[Madoshakalaka#76] WIP: add initial windows job definitions
Browse files Browse the repository at this point in the history
currently only installs `pyenv` and Python versions

Signed-off-by: Bryant Finney <finneybp@gmail.com>
  • Loading branch information
bryant-finney committed Nov 9, 2021
1 parent 87300b5 commit c36404a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .gitlab/ci/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,19 @@ tox:
script:
- tox -e py${PY_MAJOR}${PY_MINOR} .
stage: test

tox:windows:
before_script: [choco install pyenv-win]
image: null
needs: []

script:
- pyenv --version
- pyenv rehash
- foreach ($py_version in "3.6.15","3.7.12","3.8.12"){pyenv install $py_version}

stage: test
tags:
- shared-windows
- windows
- windows-1809

0 comments on commit c36404a

Please sign in to comment.