Skip to content
Snippets Groups Projects
Commit 06cff51a authored by Jan Möbius's avatar Jan Möbius
Browse files

MOved VS2017 build from python 3.7 to 3.9

parent 748d802f
No related branches found
No related tags found
1 merge request!5Updates
Pipeline #20343 failed
...@@ -8,7 +8,7 @@ build-3.9-VS2017: ...@@ -8,7 +8,7 @@ build-3.9-VS2017:
build build
tags: tags:
- VS2017 - VS2017
- python39 - Python39
variables: variables:
BUILD_PLATFORM: "VS2017" BUILD_PLATFORM: "VS2017"
ARCHITECTURE: "x64" ARCHITECTURE: "x64"
...@@ -88,7 +88,7 @@ test-3.9-VS2017: ...@@ -88,7 +88,7 @@ test-3.9-VS2017:
test test
tags: tags:
- VS2017 - VS2017
- python39 - Python39
dependencies: dependencies:
- build-3.9-VS2017 - build-3.9-VS2017
script: "CI\\test-3.9-VS2017.bat" script: "CI\\test-3.9-VS2017.bat"
...@@ -158,7 +158,7 @@ deploy-3.9-VS2017: ...@@ -158,7 +158,7 @@ deploy-3.9-VS2017:
deploy deploy
tags: tags:
- VS2017 - VS2017
- python39 - Python39
dependencies: dependencies:
- build-3.9-VS2017 - build-3.9-VS2017
script: "CI\\deploy-3.9-VS2017.bat" script: "CI\\deploy-3.9-VS2017.bat"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment