mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-22 03:41:47 +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"
|
||||
|
||||
i386:
|
||||
extends:
|
||||
- .COMMONENV
|
||||
|
||||
stage: build
|
||||
|
||||
variables:
|
||||
|
@ -325,9 +322,6 @@ arm64:
|
|||
echo -e "\e[0Ksection_end:`date +%s`:make\r\e[0K"
|
||||
|
||||
win32:
|
||||
extends:
|
||||
- .COMMONENV
|
||||
|
||||
stage: build
|
||||
|
||||
variables:
|
||||
|
@ -359,9 +353,6 @@ win32:
|
|||
echo -e "\e[0Ksection_end:`date +%s`:make\r\e[0K"
|
||||
|
||||
win64:
|
||||
extends:
|
||||
- .COMMONENV
|
||||
|
||||
stage: build
|
||||
|
||||
variables:
|
||||
|
@ -394,7 +385,6 @@ win64:
|
|||
|
||||
Debug:
|
||||
extends:
|
||||
- .COMMONENV
|
||||
- Release
|
||||
|
||||
allow_failure: true
|
||||
|
|
Loading…
Reference in a new issue