Changes labels of wxBase builds on PPC/s390 architectures

We're only building wxBase there, not the full wxGTK.
This commit is contained in:
Vadim Zeitlin
2020-05-06 22:44:43 +02:00
parent 7466681607
commit 7e5c8915c5

View File

@@ -68,11 +68,11 @@ matrix:
- os: linux
arch: ppc64le
env: wxCONFIGURE_FLAGS="--disable-sys-libs --disable-gui" wxLXC=1 wxSKIP_GUI=1
name: wxGTK PowerPC64
name: wxBase PowerPC64
- os: linux
arch: s390x
env: wxCONFIGURE_FLAGS="--disable-sys-libs --disable-gui" wxLXC=1 wxSKIP_GUI=1
name: wxGTK S/390
name: wxBase S/390
branches:
only: