You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
503 B
28 lines
503 B
addons:
|
|
apt:
|
|
packages:
|
|
- libdbus-1-dev
|
|
- libx11-dev
|
|
- libxrandr-dev
|
|
- libxinerama-dev
|
|
- libxss-dev
|
|
- libxdg-basedir-dev
|
|
- libglib2.0-dev
|
|
- libpango1.0-dev
|
|
- libcairo2-dev
|
|
- libnotify-dev
|
|
- libgtk-3-dev
|
|
dist: trusty
|
|
sudo: false
|
|
language: c
|
|
script: CFLAGS=-Werror make all dunstify test
|
|
compiler:
|
|
- gcc
|
|
- clang
|
|
notifications:
|
|
irc:
|
|
channels:
|
|
- "chat.freenode.net#dunst"
|
|
on_success: change
|
|
on_failure: always
|