mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
parent
a74779326b
commit
8ba4742efe
3 changed files with 6 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -9,3 +9,4 @@ blueprint-compiler.pc
|
||||||
coverage.xml
|
coverage.xml
|
||||||
.mypy_cache
|
.mypy_cache
|
||||||
/subprojects/gtk-blueprint-tool
|
/subprojects/gtk-blueprint-tool
|
||||||
|
/blueprint-regression-tests
|
||||||
|
|
|
@ -14,6 +14,10 @@ build:
|
||||||
- ninja -C _build
|
- ninja -C _build
|
||||||
- ninja -C _build test
|
- ninja -C _build test
|
||||||
- ninja -C _build install
|
- ninja -C _build install
|
||||||
|
- git clone https://gitlab.gnome.org/jwestman/blueprint-regression-tests.git
|
||||||
|
- cd blueprint-regression-tests
|
||||||
|
- ./test.sh
|
||||||
|
- cd ..
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- _build
|
- _build
|
||||||
|
|
|
@ -2,3 +2,4 @@ FROM fedora:latest
|
||||||
|
|
||||||
RUN dnf install -y meson python3-pip gtk4-devel gobject-introspection-devel libadwaita-devel
|
RUN dnf install -y meson python3-pip gtk4-devel gobject-introspection-devel libadwaita-devel
|
||||||
RUN pip3 install furo mypy sphinx coverage
|
RUN pip3 install furo mypy sphinx coverage
|
||||||
|
RUN dnf install -y git
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue