mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-02 22:41:38 +00:00
GitLibCI: installing g++ also installs gcc, one less manually install package
This commit is contained in:
parent
37ce0043f1
commit
666b9b7df4
21 changed files with 21 additions and 21 deletions
|
@ -12,7 +12,7 @@ Alpine 3 GCC Dedicated Makefile:
|
||||||
- - |
|
- - |
|
||||||
# apk_toolchain
|
# apk_toolchain
|
||||||
echo -e "\e[0Ksection_start:`date +%s`:apk_toolchain[collapsed=true]\r\e[0KInstalling toolchain packages"
|
echo -e "\e[0Ksection_start:`date +%s`:apk_toolchain[collapsed=true]\r\e[0KInstalling toolchain packages"
|
||||||
- apk add gcc g++
|
- apk add g++
|
||||||
- |
|
- |
|
||||||
# apk_toolchain
|
# apk_toolchain
|
||||||
echo -e "\e[0Ksection_end:`date +%s`:apk_toolchain\r\e[0K"
|
echo -e "\e[0Ksection_end:`date +%s`:apk_toolchain\r\e[0K"
|
||||||
|
|
|
@ -95,7 +95,7 @@ Alpine 3 GCC Makefile:
|
||||||
- - |
|
- - |
|
||||||
# apk_toolchain
|
# apk_toolchain
|
||||||
echo -e "\e[0Ksection_start:`date +%s`:apk_toolchain[collapsed=true]\r\e[0KInstalling toolchain packages"
|
echo -e "\e[0Ksection_start:`date +%s`:apk_toolchain[collapsed=true]\r\e[0KInstalling toolchain packages"
|
||||||
- apk add gcc g++
|
- apk add g++
|
||||||
- |
|
- |
|
||||||
# apk_toolchain
|
# apk_toolchain
|
||||||
echo -e "\e[0Ksection_end:`date +%s`:apk_toolchain\r\e[0K"
|
echo -e "\e[0Ksection_end:`date +%s`:apk_toolchain\r\e[0K"
|
||||||
|
|
|
@ -95,7 +95,7 @@ Alpine 3 GCC:
|
||||||
- - |
|
- - |
|
||||||
# apk_toolchain
|
# apk_toolchain
|
||||||
echo -e "\e[0Ksection_start:`date +%s`:apk_toolchain[collapsed=true]\r\e[0KInstalling toolchain packages"
|
echo -e "\e[0Ksection_start:`date +%s`:apk_toolchain[collapsed=true]\r\e[0KInstalling toolchain packages"
|
||||||
- apk add gcc g++
|
- apk add g++
|
||||||
- |
|
- |
|
||||||
# apk_toolchain
|
# apk_toolchain
|
||||||
echo -e "\e[0Ksection_end:`date +%s`:apk_toolchain\r\e[0K"
|
echo -e "\e[0Ksection_end:`date +%s`:apk_toolchain\r\e[0K"
|
||||||
|
|
|
@ -16,7 +16,7 @@ batocera:arm64 Makefile:
|
||||||
- - |
|
- - |
|
||||||
# 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 gcc-aarch64-linux-gnu g++-aarch64-linux-gnu || apt-get install gcc g++
|
- apt-get install g++-aarch64-linux-gnu || apt-get install g++
|
||||||
- |
|
- |
|
||||||
# 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"
|
||||||
|
|
|
@ -16,7 +16,7 @@ batocera:arm64:
|
||||||
- - |
|
- - |
|
||||||
# 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 gcc-aarch64-linux-gnu g++-aarch64-linux-gnu || apt-get install gcc g++
|
- apt-get install g++-aarch64-linux-gnu || apt-get install g++
|
||||||
- |
|
- |
|
||||||
# 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"
|
||||||
|
|
|
@ -18,7 +18,7 @@ Debian oldstable:amd64 Makefile:
|
||||||
- - |
|
- - |
|
||||||
# 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 gcc-x86-64-linux-gnu g++-x86-64-linux-gnu || apt-get install gcc g++
|
- apt-get install g++-x86-64-linux-gnu || apt-get install g++
|
||||||
- |
|
- |
|
||||||
# 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"
|
||||||
|
|
|
@ -18,7 +18,7 @@ Debian oldstable:amd64:
|
||||||
- - |
|
- - |
|
||||||
# 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 gcc-x86-64-linux-gnu g++-x86-64-linux-gnu || apt-get install gcc g++
|
- apt-get install ++-x86-64-linux-gnu || apt-get install g++
|
||||||
- |
|
- |
|
||||||
# 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"
|
||||||
|
|
|
@ -18,7 +18,7 @@ Debian oldstable:arm64 Makefile:
|
||||||
- - |
|
- - |
|
||||||
# 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 gcc-aarch64-linux-gnu g++-aarch64-linux-gnu || apt-get install g++
|
- apt-get install g++-aarch64-linux-gnu || apt-get install g++
|
||||||
- |
|
- |
|
||||||
# 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"
|
||||||
|
|
|
@ -18,7 +18,7 @@ Debian oldstable:arm64:
|
||||||
- - |
|
- - |
|
||||||
# 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 gcc-aarch64-linux-gnu g++-aarch64-linux-gnu || apt-get install gcc g++
|
- apt-get install g++-aarch64-linux-gnu || apt-get install g++
|
||||||
- |
|
- |
|
||||||
# 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"
|
||||||
|
|
|
@ -24,7 +24,7 @@ Debian stable:amd64 Makefile:
|
||||||
- - |
|
- - |
|
||||||
# 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 gcc-x86-64-linux-gnu g++-x86-64-linux-gnu || apt-get install gcc g++
|
- apt-get install g++-x86-64-linux-gnu || apt-get install g++
|
||||||
- |
|
- |
|
||||||
# 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"
|
||||||
|
|
|
@ -24,7 +24,7 @@ Debian stable:amd64:
|
||||||
- - |
|
- - |
|
||||||
# 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 gcc-x86-64-linux-gnu g++-x86-64-linux-gnu || apt-get install gcc g++
|
- apt-get install g++-x86-64-linux-gnu || apt-get install g++
|
||||||
- |
|
- |
|
||||||
# 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"
|
||||||
|
|
|
@ -25,7 +25,7 @@ Debian stable:arm64 Makefile:
|
||||||
- - |
|
- - |
|
||||||
# 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 gcc-aarch64-linux-gnu g++-aarch64-linux-gnu || apt-get install gcc g++
|
- apt-get install gg++-aarch64-linux-gnu || apt-get install g++
|
||||||
- |
|
- |
|
||||||
# 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"
|
||||||
|
|
|
@ -25,7 +25,7 @@ Debian stable:arm64:
|
||||||
- - |
|
- - |
|
||||||
# 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 gcc-aarch64-linux-gnu g++-aarch64-linux-gnu || apt-get install gcc g++
|
- apt-get install g++-aarch64-linux-gnu || apt-get install g++
|
||||||
- |
|
- |
|
||||||
# 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"
|
||||||
|
|
|
@ -24,7 +24,7 @@ Debian stable:i386 Makefile:
|
||||||
- - |
|
- - |
|
||||||
# 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 gcc-i686-linux-gnu g++-i686-linux-gnu || apt-get install gcc g++
|
- apt-get install g++-i686-linux-gnu || apt-get install g++
|
||||||
- |
|
- |
|
||||||
# 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"
|
||||||
|
|
|
@ -24,7 +24,7 @@ Debian stable:i386:
|
||||||
- - |
|
- - |
|
||||||
# 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 gcc-i686-linux-gnu g++-i686-linux-gnu || apt-get install gcc g++
|
- apt-get install g++-i686-linux-gnu || apt-get install g++
|
||||||
- |
|
- |
|
||||||
# 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"
|
||||||
|
|
|
@ -25,7 +25,7 @@ Debian testing GCC Makefile:
|
||||||
- - |
|
- - |
|
||||||
# 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 gcc g++
|
- apt-get install g++
|
||||||
- |
|
- |
|
||||||
# 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"
|
||||||
|
|
|
@ -25,7 +25,7 @@ Debian testing GCC:
|
||||||
- - |
|
- - |
|
||||||
# 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 gcc g++
|
- apt-get install g++
|
||||||
- |
|
- |
|
||||||
# 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"
|
||||||
|
|
|
@ -21,7 +21,7 @@ Windows x64 Makefile:
|
||||||
- - |
|
- - |
|
||||||
# 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 gcc-mingw-w64-x86-64-win32 g++-mingw-w64-x86-64-win32
|
- apt-get install g++-mingw-w64-x86-64-win32
|
||||||
- |
|
- |
|
||||||
# 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"
|
||||||
|
|
|
@ -21,7 +21,7 @@ Windows x64:
|
||||||
- - |
|
- - |
|
||||||
# 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 gcc-mingw-w64-x86-64-win32 g++-mingw-w64-x86-64-win32
|
- apt-get install g++-mingw-w64-x86-64-win32
|
||||||
- |
|
- |
|
||||||
# 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"
|
||||||
|
|
|
@ -21,7 +21,7 @@ Windows x86 Makefile:
|
||||||
- - |
|
- - |
|
||||||
# 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 gcc-mingw-w64-i686-win32
|
- apt-get install g++-mingw-w64-i686-win32
|
||||||
- |
|
- |
|
||||||
# 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"
|
||||||
|
|
|
@ -68,7 +68,7 @@ Windows x86:
|
||||||
- - |
|
- - |
|
||||||
# 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 gcc-mingw-w64-i686-win32 g++-mingw-w64-i686-win32
|
- apt-get install g++-mingw-w64-i686-win32
|
||||||
- |
|
- |
|
||||||
# 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