commit
b9f347d80a
42
.travis.yml
42
.travis.yml
@ -1,27 +1,31 @@
|
|||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
- libdbus-1-dev
|
- libdbus-1-dev
|
||||||
- libx11-dev
|
- libx11-dev
|
||||||
- libxrandr-dev
|
- libxrandr-dev
|
||||||
- libxinerama-dev
|
- libxinerama-dev
|
||||||
- libxss-dev
|
- libxss-dev
|
||||||
- libxdg-basedir-dev
|
- libxdg-basedir-dev
|
||||||
- libglib2.0-dev
|
- libglib2.0-dev
|
||||||
- libpango1.0-dev
|
- libpango1.0-dev
|
||||||
- libcairo2-dev
|
- libcairo2-dev
|
||||||
- libnotify-dev
|
- libnotify-dev
|
||||||
- libgtk-3-dev
|
- libgtk-3-dev
|
||||||
dist: trusty
|
dist: trusty
|
||||||
sudo: false
|
sudo: false
|
||||||
language: c
|
language: c
|
||||||
script: CFLAGS=-Werror make all dunstify test
|
before_install:
|
||||||
|
- pip install --user cpp-coveralls
|
||||||
|
script:
|
||||||
|
- CFLAGS="-fprofile-arcs -ftest-coverage -Werror" make all dunstify test
|
||||||
|
- coveralls
|
||||||
compiler:
|
compiler:
|
||||||
- gcc
|
- gcc
|
||||||
- clang
|
- clang
|
||||||
notifications:
|
notifications:
|
||||||
irc:
|
irc:
|
||||||
channels:
|
channels:
|
||||||
- "chat.freenode.net#dunst"
|
- "chat.freenode.net#dunst"
|
||||||
on_success: change
|
on_success: change
|
||||||
on_failure: always
|
on_failure: always
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
[](https://travis-ci.org/dunst-project/dunst)
|
[](https://travis-ci.org/dunst-project/dunst) [](https://coveralls.io/github/dunst-project/dunst?branch=master)
|
||||||
|
|
||||||
## Dunst
|
## Dunst
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user