1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-18 13:54:36 -05:00
This commit is contained in:
Dave Davenport 2015-12-31 19:04:38 +01:00
parent cb09512780
commit 192acf0f78
2 changed files with 6 additions and 1 deletions

View file

@ -14,6 +14,7 @@ addons:
- libcairo2-dev
- libstartup-notification0-dev
- xvfb
- gcov
- discount
- xdotool
@ -29,4 +30,8 @@ script:
- make test
# to re-enable if xdotool is allowed.
- make test-x
- gcov source/rofi.c
- make distcheck
after_success:
- bash <(curl -s https://codecov.io/bash)