-
-
Notifications
You must be signed in to change notification settings - Fork 78
/
.disabled-travis.yml
49 lines (49 loc) · 1.54 KB
/
.disabled-travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
language: c
sudo: false
dist: bionic
branches:
except:
- todo
matrix:
include:
- compiler: gcc
env: CFLAGS="-g -O2 -Wall -Wpointer-arith -fno-strict-aliasing -Werror -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-type-limits -Wno-missing-field-initializers"
- compiler: clang
env: CFLAGS="-g -O2"
addons:
apt:
packages:
- autotools-dev
- build-essential
- debhelper
- dh-autoreconf
- file
- fontconfig
- gettext
- libbson-dev
- libevent-dev
- libfontconfig-dev
- libfreetype6-dev
- libfribidi-dev
- libncurses5-dev
- libpng-dev
- libreadline-dev
- libsm-dev
- libx11-dev
- libxcursor-dev
- libxext-dev
- libxft-dev
- libxi-dev
- libxpm-dev
- libxrandr-dev
- libxrender-dev
- libxt-dev
- sharutils
- xsltproc
script: (./autogen.sh && CFLAGS= ./configure --disable-silent-rules) && make
notifications:
irc:
channels:
- "chat.freenode.net#fvwm"
use_notice: true
skip_join: true