Skip to content

Commit

Permalink
add python37 tag to VS 2017 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jsb committed Dec 10, 2018
1 parent 7b08b04 commit 0a70a0c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ build-3.7-VS2017:
build
tags:
- VS2017
- python37
variables:
BUILD_PLATFORM: "VS2017"
ARCHITECTURE: "x64"
Expand Down Expand Up @@ -90,6 +91,7 @@ test-3.7-VS2017:
test
tags:
- VS2017
- python37
dependencies:
- build-3.7-VS2017
script:
Expand Down Expand Up @@ -164,6 +166,7 @@ deploy-3.7-VS2017:
deploy
tags:
- VS2017
- python37
dependencies:
- build-3.7-VS2017
script:
Expand Down

0 comments on commit 0a70a0c

Please sign in to comment.