mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
ci: Fix dependencies
This commit is contained in:
parent
408f3ebce5
commit
89ff88881b
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@ stages:
|
|||
build:
|
||||
stage: build
|
||||
script:
|
||||
- dnf install -y meson python3-mypy python3-sphinx python3-pip
|
||||
- pip3 install furo
|
||||
- dnf install -y meson python3-pip gtk4-devel gobject-introspection-devel
|
||||
- pip3 install furo mypy sphinx
|
||||
- mypy gtkblueprinttool
|
||||
- meson _build -Ddocs=true
|
||||
- ninja -C _build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue