mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
8 lines
182 B
YAML
8 lines
182 B
YAML
test:
|
|
script:
|
|
- dnf install -y meson python3-mypy
|
|
- mypy gtkblueprinttool
|
|
- meson _build
|
|
- ninja -C _build
|
|
- ninja -C _build test
|
|
- ninja -C _build install
|