mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
Add CI
This commit is contained in:
parent
d98b7d5891
commit
2ad2f1c54a
2 changed files with 5 additions and 0 deletions
5
.gitlab-ci.yml
Normal file
5
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
test:
|
||||
script:
|
||||
- dnf install -y python3-pip
|
||||
- python3 -m unittest
|
||||
- pip3 install --user .
|
Loading…
Add table
Add a link
Reference in a new issue