mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-15 00:06:09 +03:00
undo changes to vendor
This commit is contained in:
28
vendor/pixman/.gitlab-ci.yml
vendored
28
vendor/pixman/.gitlab-ci.yml
vendored
@ -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
|
||||||
|
Reference in New Issue
Block a user