From 6f5ce42f6bf2a054efcbf4103c49ffcda481864d Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 29 Jul 2019 11:40:49 +1000 Subject: [PATCH] Run ninja test in circleci Signed-off-by: Peter Hutterer --- circle.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/circle.yml b/circle.yml index 5daaadd..a571c3b 100644 --- a/circle.yml +++ b/circle.yml @@ -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