mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
ci: Use a custom image
Use a custom image for CI to reduce build times.
This commit is contained in:
parent
69d00357da
commit
a74779326b
2 changed files with 5 additions and 2 deletions
|
@ -3,10 +3,9 @@ stages:
|
|||
- pages
|
||||
|
||||
build:
|
||||
image: registry.gitlab.gnome.org/jwestman/blueprint-compiler
|
||||
stage: build
|
||||
script:
|
||||
- dnf install -y meson python3-pip gtk4-devel gobject-introspection-devel
|
||||
- pip3 install furo mypy sphinx coverage
|
||||
- mypy blueprintcompiler
|
||||
- coverage run -m unittest
|
||||
- coverage html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue