mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
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.
This commit is contained in:
parent
848d5d5049
commit
419faf0362
5 changed files with 30 additions and 67 deletions
|
@ -1,5 +1,7 @@
|
|||
test:
|
||||
script:
|
||||
- dnf install -y python3-pip
|
||||
- python3 -m unittest
|
||||
- pip3 install --user .
|
||||
- dnf install -y meson
|
||||
- meson _build
|
||||
- ninja -C _build
|
||||
- ninja -C _build test
|
||||
- ninja -C _build install
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue