mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-06 16:19:07 -04:00
5 lines
103 B
YAML
5 lines
103 B
YAML
test:
|
|
script:
|
|
- dnf install -y python3-pip
|
|
- python3 -m unittest
|
|
- pip3 install --user .
|