cleanup and add windows to .gitlab-ci.yml

This commit is contained in:
William Barnhart
2022-10-07 10:44:39 -04:00
parent d961fbd89a
commit 768f964056
2 changed files with 14 additions and 1 deletions
+1 -1
View File
@@ -19,6 +19,7 @@ linux:
- wheelhouse/
windows:
image: mcr.microsoft.com/windows/servercore:1809
before_script:
- choco install python -y --version 3.8.6
- choco install git.install -y
@@ -28,6 +29,5 @@ windows:
artifacts:
paths:
- wheelhouse/
image: mcr.microsoft.com/windows/servercore:1809
tags:
- windows