12 lines
245 B
YAML
12 lines
245 B
YAML
language: c
|
|
|
|
before_install:
|
|
- sudo apt-get -qq update
|
|
- sudo apt-get -y install libssl-dev
|
|
|
|
install:
|
|
- wget "https://github.com/alfredh/pytools/raw/master/ccheck.py"
|
|
|
|
script:
|
|
- make EXTRA_CFLAGS=-Werror
|
|
- python2 ccheck.py
|