Run ninja test in circleci

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer
2019-07-29 11:40:49 +10:00
parent fe032231aa
commit 6f5ce42f6b

View File

@@ -14,11 +14,11 @@ jobs:
# now install and checks the resulting file (just in case)
- run:
command: |
dnf install -y meson gettext python3-devel pygobject3-devel libratbag-ratbagd
dnf install -y meson gettext python3-devel pygobject3-devel python3-lxml libratbag-ratbagd
- run:
command: |
meson build
ninja -C build
ninja -C build test
- run: flake8-3 build/piper build/piper.devel
- store_artifacts:
path: ~/piper/build/meson-logs