CI: Add g++ for debian/ubuntu
This commit is contained in:
parent
e62bd26cb9
commit
a1633224d1
|
@ -848,6 +848,7 @@ jobs:
|
||||||
make
|
make
|
||||||
cmake
|
cmake
|
||||||
gcc
|
gcc
|
||||||
|
g++
|
||||||
pkg-config
|
pkg-config
|
||||||
fakeroot
|
fakeroot
|
||||||
gettext
|
gettext
|
||||||
|
@ -909,6 +910,7 @@ jobs:
|
||||||
make
|
make
|
||||||
cmake
|
cmake
|
||||||
gcc
|
gcc
|
||||||
|
g++
|
||||||
pkg-config
|
pkg-config
|
||||||
fakeroot
|
fakeroot
|
||||||
gettext
|
gettext
|
||||||
|
@ -969,6 +971,7 @@ jobs:
|
||||||
make
|
make
|
||||||
cmake
|
cmake
|
||||||
gcc
|
gcc
|
||||||
|
g++
|
||||||
pkg-config
|
pkg-config
|
||||||
fakeroot
|
fakeroot
|
||||||
gettext
|
gettext
|
||||||
|
@ -1033,6 +1036,7 @@ jobs:
|
||||||
cmake
|
cmake
|
||||||
pkg-config
|
pkg-config
|
||||||
gcc
|
gcc
|
||||||
|
g++
|
||||||
fakeroot
|
fakeroot
|
||||||
wget
|
wget
|
||||||
curl
|
curl
|
||||||
|
@ -1099,6 +1103,7 @@ jobs:
|
||||||
cmake
|
cmake
|
||||||
pkg-config
|
pkg-config
|
||||||
gcc
|
gcc
|
||||||
|
g++
|
||||||
fakeroot
|
fakeroot
|
||||||
wget
|
wget
|
||||||
curl
|
curl
|
||||||
|
@ -1165,6 +1170,7 @@ jobs:
|
||||||
cmake
|
cmake
|
||||||
pkg-config
|
pkg-config
|
||||||
gcc
|
gcc
|
||||||
|
g++
|
||||||
fakeroot
|
fakeroot
|
||||||
wget
|
wget
|
||||||
curl
|
curl
|
||||||
|
@ -1230,6 +1236,7 @@ jobs:
|
||||||
cmake
|
cmake
|
||||||
pkg-config
|
pkg-config
|
||||||
gcc
|
gcc
|
||||||
|
g++
|
||||||
fakeroot
|
fakeroot
|
||||||
wget
|
wget
|
||||||
curl
|
curl
|
||||||
|
|
Loading…
Reference in New Issue