xqf/.travis.yml
Thomas Debesse 0dcc9b3fa7 update scripts
- script file extension considered harmful
- adding missing license on scripts
  they are brand new and not covered by GPL
2018-03-17 23:16:48 +01:00

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