blueprint-compiler/.gitlab-ci.yml
James Westman 419faf0362
Use meson instead of setup.py
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.
2021-10-22 23:27:19 -05:00

7 lines
141 B
YAML

test:
script:
- dnf install -y meson
- meson _build
- ninja -C _build
- ninja -C _build test
- ninja -C _build install