0dcc9b3fa7
- script file extension considered harmful - adding missing license on scripts they are brand new and not covered by GPL
18 lines
274 B
YAML
18 lines
274 B
YAML
language: c
|
|
|
|
compiler:
|
|
- clang
|
|
- gcc
|
|
|
|
before_install:
|
|
- sudo -s tools/travis_update_packages
|
|
|
|
script:
|
|
- cmake -DWITH_QSTAT=/usr/bin/quakestat -DCMAKE_C_FLAGS=-Werror .
|
|
- make
|
|
|
|
notifications:
|
|
irc: "chat.freenode.net#xqf"
|
|
on_success: change
|
|
on_failure: always
|