Change gitlab-ci.yml file to use meson
This commit is contained in:
parent
ae51b76901
commit
7e6f48ddef
@ -7,5 +7,5 @@ build_fedora_33:
|
|||||||
before_script:
|
before_script:
|
||||||
- dnf install -y --nogpgcheck $DEPENDENCIES
|
- dnf install -y --nogpgcheck $DEPENDENCIES
|
||||||
script:
|
script:
|
||||||
- ./autogen.sh
|
- meson --buildtype=debug build
|
||||||
- make -j
|
- ninja -v -C build
|
||||||
|
Reference in New Issue
Block a user