]> de.git.xonotic.org Git - voretournament/voretournament.git/blob - misc/source/gmqcc-src/.travis.yml
By fteqcc, hello gmqcc
[voretournament/voretournament.git] / misc / source / gmqcc-src / .travis.yml
1 language: c
2 compiler:
3   - gcc
4   - clang
5 # Change this to your needs
6 script: make && make check
7 notifications:
8     irc:
9         channels:
10           - "irc.freenode.org#kf-engine"
11         template:
12           - "[%{commit} : %{author}] %{message}"
13           - "%{build_url}"
14         skip_join: true