undo changes to vendor

This commit is contained in:
Patrick Fong
2023-09-28 11:22:28 -07:00
parent 4f6401e815
commit 8eb042968c

View File

@ -1,19 +1,19 @@
image: fedora:28 image: fedora:28
autotools-build: autotools-build:
script: script:
- dnf -y install dnf-plugins-core - dnf -y install dnf-plugins-core
- dnf -y groupinstall buildsys-build - dnf -y groupinstall buildsys-build
- dnf -y builddep pixman - dnf -y builddep pixman
- ./autogen.sh - ./autogen.sh
- make -sj4 check - make -sj4 check
meson-build: meson-build:
script: script:
- dnf -y install dnf-plugins-core - dnf -y install dnf-plugins-core
- dnf -y groupinstall buildsys-build - dnf -y groupinstall buildsys-build
- dnf -y builddep pixman - dnf -y builddep pixman
- dnf -y install ninja-build - dnf -y install ninja-build
- python3 -m pip install meson>=0.52.1 - python3 -m pip install meson>=0.52.1
- meson build - meson build
- ninja -C build test - ninja -C build test