mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
This project will usually be used as a subproject, so it needs a meson file, and I'd like to not support two different buildsystems.
7 lines
141 B
YAML
7 lines
141 B
YAML
test:
|
|
script:
|
|
- dnf install -y meson
|
|
- meson _build
|
|
- ninja -C _build
|
|
- ninja -C _build test
|
|
- ninja -C _build install
|