Update .gitlab-ci.yml
parent
b3897486eb
commit
841af0566f
|
@ -40,7 +40,7 @@ static:linux:deps:
|
||||||
|
|
||||||
static:windows:deps:
|
static:windows:deps:
|
||||||
stage: dependencies
|
stage: dependencies
|
||||||
image: nemirtingas/windowscross_vcpkg:msvc2019
|
image: nemirtingas/windowscross_vcpkg:msvc2019_win10.0.18362.0
|
||||||
#when: manual
|
#when: manual
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
@ -139,7 +139,7 @@ build:linux:
|
||||||
|
|
||||||
build:windows:
|
build:windows:
|
||||||
stage: build
|
stage: build
|
||||||
image: nemirtingas/windowscross_vcpkg:msvc2019
|
image: nemirtingas/windowscross_vcpkg:msvc2019_win10.0.18362.0
|
||||||
dependencies:
|
dependencies:
|
||||||
- static:windows:deps
|
- static:windows:deps
|
||||||
needs:
|
needs:
|
||||||
|
|
Loading…
Reference in New Issue