mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-23 20:33:05 +00:00
14 lines
296 B
YAML
14 lines
296 B
YAML
language: c
|
|
compiler:
|
|
- gcc
|
|
- clang
|
|
# Change this to your needs
|
|
script: make && make check
|
|
notifications:
|
|
irc:
|
|
channels:
|
|
- "irc.freenode.org#kf-engine"
|
|
template:
|
|
- "[%{commit} : %{author}] %{message}"
|
|
- "%{build_url}"
|
|
skip_join: true
|