From a3f41bdc255ea169231912daab9179edaa10b526 Mon Sep 17 00:00:00 2001 From: Yuxuan Shui Date: Sat, 23 Mar 2019 17:06:11 +0000 Subject: [PATCH] ci: test config file parsing Signed-off-by: Yuxuan Shui --- .circleci/config.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c05aed7c..aaa2e429 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -54,8 +54,11 @@ jobs: - attach_workspace: at: /tmp/workspace - run: - name: test - command: ninja -vC /tmp/workspace/build test + name: unit test + command: ninja -vC build test + - run: + name: test config file parsing + command: xvfb-run -s "-screen 0 640x480x24" build/src/compton --config compton.sample.conf --vsync=none --diagnostics - run: name: generate coverage reports command: cd build; find -name '*.gcno' -exec gcov -pb {} +