mirror of
https://codeberg.org/noisytoot/notnotdnethack.git
synced 2025-04-26 18:25:06 +01:00
12 lines
No EOL
173 B
YAML
12 lines
No EOL
173 B
YAML
language: c
|
|
script: make
|
|
sudo: false
|
|
notifications:
|
|
irc:
|
|
channels: "chat.freenode.net#dnethack"
|
|
use_notice: true
|
|
skip_join: true
|
|
compiler:
|
|
- clang
|
|
- gcc
|
|
|