@ -33,12 +33,6 @@ commands:
|
||||
- run:
|
||||
name: build
|
||||
command: ninja -vC build
|
||||
test-xvfb:
|
||||
steps:
|
||||
- run:
|
||||
name: xxx
|
||||
command: xvfb-run -s "-screen 0 640x480x24" glxinfo
|
||||
|
||||
|
||||
jobs:
|
||||
basic:
|
||||
@ -61,6 +55,9 @@ jobs:
|
||||
- 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: run testsuite
|
||||
command: tests/run_tests.sh build/src/compton
|
||||
- run:
|
||||
name: generate coverage reports
|
||||
command: cd build; find -name '*.gcno' -exec gcov -pb {} +
|
||||
@ -122,6 +119,4 @@ workflows:
|
||||
- test:
|
||||
requires:
|
||||
- basic
|
||||
# - test-xvfb
|
||||
|
||||
# vim: set sw=2 ts=8 et:
|
||||
|
Reference in New Issue
Block a user