mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-22 03:41:47 +00:00
Update .gitlab-ci.yml file
Debian buster have the *-mingw32-g++-posix in the package g++-mingw-w64-i686 and g++-mingw-w64-x86-64
This commit is contained in:
parent
133cba1a58
commit
6b09c72dca
1 changed files with 2 additions and 4 deletions
|
@ -354,7 +354,7 @@ win32:
|
|||
- - |
|
||||
# apt_toolchain
|
||||
echo -e "\e[0Ksection_start:`date +%s`:apt_toolchain[collapsed=true]\r\e[0KInstalling toolchain packages"
|
||||
- apt-get install g++-mingw-w64-x86-64-posix
|
||||
- apt-get install g++-mingw-w64-i686
|
||||
- |
|
||||
# apt_toolchain
|
||||
echo -e "\e[0Ksection_end:`date +%s`:apt_toolchain\r\e[0K"
|
||||
|
@ -377,8 +377,6 @@ win64:
|
|||
CC: ccache x86_64-w64-mingw32-gcc-posix
|
||||
CXX: ccache x86_64-w64-mingw32-g++-posix
|
||||
|
||||
when: manual
|
||||
|
||||
artifacts:
|
||||
paths:
|
||||
- "Build/BuilderNative.dll"
|
||||
|
@ -389,7 +387,7 @@ win64:
|
|||
- - |
|
||||
# apt_toolchain
|
||||
echo -e "\e[0Ksection_start:`date +%s`:apt_toolchain[collapsed=true]\r\e[0KInstalling toolchain packages"
|
||||
- apt-get install g++-mingw-w64-x86-64-posix
|
||||
- apt-get install g++-mingw-w64-x86-64
|
||||
- |
|
||||
# apt_toolchain
|
||||
echo -e "\e[0Ksection_end:`date +%s`:apt_toolchain\r\e[0K"
|
||||
|
|
Loading…
Reference in a new issue