mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -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 .
|