image: fedora:28
-job:
+autotools-build:
script:
- dnf -y install dnf-plugins-core
- dnf -y groupinstall buildsys-build
- dnf -y builddep pixman
- ./autogen.sh
- - make -sj4 check
\ No newline at end of file
+ - make -sj4 check
+
+meson-build:
+ script:
+ - dnf -y install dnf-plugins-core
+ - dnf -y groupinstall buildsys-build
+ - dnf -y builddep pixman
+ - dnf -y install ninja-build
+ - python3 -m pip install meson>=0.47.2
+ - meson build
+ - ninja -C build test