mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-02-16 17:11:28 +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
|
# apt_toolchain
|
||||||
echo -e "\e[0Ksection_start:`date +%s`:apt_toolchain[collapsed=true]\r\e[0KInstalling toolchain packages"
|
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
|
# apt_toolchain
|
||||||
echo -e "\e[0Ksection_end:`date +%s`:apt_toolchain\r\e[0K"
|
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
|
CC: ccache x86_64-w64-mingw32-gcc-posix
|
||||||
CXX: ccache x86_64-w64-mingw32-g++-posix
|
CXX: ccache x86_64-w64-mingw32-g++-posix
|
||||||
|
|
||||||
when: manual
|
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- "Build/BuilderNative.dll"
|
- "Build/BuilderNative.dll"
|
||||||
|
@ -389,7 +387,7 @@ win64:
|
||||||
- - |
|
- - |
|
||||||
# apt_toolchain
|
# apt_toolchain
|
||||||
echo -e "\e[0Ksection_start:`date +%s`:apt_toolchain[collapsed=true]\r\e[0KInstalling toolchain packages"
|
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
|
# apt_toolchain
|
||||||
echo -e "\e[0Ksection_end:`date +%s`:apt_toolchain\r\e[0K"
|
echo -e "\e[0Ksection_end:`date +%s`:apt_toolchain\r\e[0K"
|
||||||
|
|
Loading…
Reference in a new issue