summaryrefslogtreecommitdiff
path: root/.gitlab-ci/test-flatpak.sh
blob: b76eefa606dc8e8e25bdbefc5aeb2ff722709f6e (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash

set -e

python3 -m pip install --user pytest pytest-faulthandler
# for some reason pip3 fails the first time now..
# https://gitlab.com/freedesktop-sdk/freedesktop-sdk/issues/776
python3 -m pip install --user pytest pytest-faulthandler
python3 setup.py test -s