re/.travis.yml

13 lines
245 B
YAML
Raw Normal View History

2016-09-17 10:00:01 +02:00
language: c
before_install:
2016-09-17 14:13:47 +02:00
- sudo apt-get -qq update
- sudo apt-get -y install libssl-dev
2016-09-17 10:00:01 +02:00
install:
- wget "https://github.com/alfredh/pytools/raw/master/ccheck.py"
script:
2016-09-17 14:13:47 +02:00
- make EXTRA_CFLAGS=-Werror
- python2 ccheck.py