CI: add a i386 ubuntu build
This commit is contained in:
parent
0c70a1ff2b
commit
c7091f75aa
@ -8,6 +8,8 @@ variables:
|
||||
AMD64_OPENSUSE_LEAP: opensuse/leap
|
||||
AMD64_OPENSUSE_TUMBLEWEED: opensuse/tumbleweed
|
||||
|
||||
I386_UBUNTU_BIONIC: 'ubuntu:bionic'
|
||||
|
||||
stages:
|
||||
- test
|
||||
|
||||
@ -61,6 +63,14 @@ ubuntu:bionic:meson:
|
||||
- apt install -y gcc python3-pip ninja-build
|
||||
- pip3 install meson
|
||||
|
||||
ubuntu:bionic:i386:
|
||||
extends: '.meson_test'
|
||||
image: $I386_UBUNTU_BIONIC
|
||||
before_script:
|
||||
- apt update -y
|
||||
- apt install -y gcc python3-pip ninja-build
|
||||
- pip3 install meson
|
||||
|
||||
fedora:30:
|
||||
extends: '.meson_test'
|
||||
image: $AMD64_FEDORA_LATEST
|
||||
|
Loading…
Reference in New Issue
Block a user