mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-13 06:13:18 +00:00
GitLab CI: use :, not = for variables
This commit is contained in:
parent
fb6ce070fd
commit
a7424b9952
2 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ Windows x64:
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
PREFIX: x86_64-w64-mingw32
|
PREFIX: x86_64-w64-mingw32
|
||||||
VCPKG_DEFAULT_TRIPLET=x64-mingw-static
|
VCPKG_DEFAULT_TRIPLET: x64-mingw-static
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- |
|
- |
|
||||||
|
|
|
@ -31,7 +31,7 @@ Windows x86:
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
PREFIX: i686-w64-mingw32
|
PREFIX: i686-w64-mingw32
|
||||||
VCPKG_DEFAULT_TRIPLET=x86-mingw-static
|
VCPKG_DEFAULT_TRIPLET: x86-mingw-static
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- |
|
- |
|
||||||
|
|
Loading…
Reference in a new issue