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
|
||||
|
|
4
build-aux/Dockerfile
Normal file
4
build-aux/Dockerfile
Normal file
|
@ -0,0 +1,4 @@
|
|||
FROM fedora:latest
|
||||
|
||||
RUN dnf install -y meson python3-pip gtk4-devel gobject-introspection-devel libadwaita-devel
|
||||
RUN pip3 install furo mypy sphinx coverage
|
Loading…
Add table
Add a link
Reference in a new issue