mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
ci
This commit is contained in:
parent
f526cfa4d9
commit
84502ce95e
1 changed files with 2 additions and 2 deletions
|
@ -2,9 +2,9 @@ FROM fedora:latest
|
|||
|
||||
RUN dnf install -y meson gcc g++ python3-pip gobject-introspection-devel \
|
||||
python3-devel python3-gobject git diffutils xorg-x11-server-Xvfb \
|
||||
appstream-devel "dnf-command(builddep)"
|
||||
appstream-devel "dnf-command(builddep)"
|
||||
RUN dnf build-dep -y gtk4 libadwaita
|
||||
RUN pip3 install furo mypy sphinx coverage black
|
||||
RUN pip3 install furo mypy sphinx coverage black isort
|
||||
|
||||
COPY install_deps.sh .
|
||||
RUN ./install_deps.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue