mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-25 21:31:14 +00:00
Update .gitlab-ci.yml file
fixup on removing COMMONENV
This commit is contained in:
parent
2e15760e7f
commit
6746084c7b
1 changed files with 0 additions and 10 deletions
|
@ -205,9 +205,6 @@ Release:
|
||||||
echo -e "\e[0Ksection_end:`date +%s`:make\r\e[0K"
|
echo -e "\e[0Ksection_end:`date +%s`:make\r\e[0K"
|
||||||
|
|
||||||
i386:
|
i386:
|
||||||
extends:
|
|
||||||
- .COMMONENV
|
|
||||||
|
|
||||||
stage: build
|
stage: build
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
|
@ -325,9 +322,6 @@ arm64:
|
||||||
echo -e "\e[0Ksection_end:`date +%s`:make\r\e[0K"
|
echo -e "\e[0Ksection_end:`date +%s`:make\r\e[0K"
|
||||||
|
|
||||||
win32:
|
win32:
|
||||||
extends:
|
|
||||||
- .COMMONENV
|
|
||||||
|
|
||||||
stage: build
|
stage: build
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
|
@ -359,9 +353,6 @@ win32:
|
||||||
echo -e "\e[0Ksection_end:`date +%s`:make\r\e[0K"
|
echo -e "\e[0Ksection_end:`date +%s`:make\r\e[0K"
|
||||||
|
|
||||||
win64:
|
win64:
|
||||||
extends:
|
|
||||||
- .COMMONENV
|
|
||||||
|
|
||||||
stage: build
|
stage: build
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
|
@ -394,7 +385,6 @@ win64:
|
||||||
|
|
||||||
Debug:
|
Debug:
|
||||||
extends:
|
extends:
|
||||||
- .COMMONENV
|
|
||||||
- Release
|
- Release
|
||||||
|
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
|
|
Loading…
Reference in a new issue