13 lines
190 B
YAML
13 lines
190 B
YAML
language: c
|
|
compiler:
|
|
- gcc
|
|
- clang
|
|
script:
|
|
- scons
|
|
notifications:
|
|
irc:
|
|
channels:
|
|
- "irc.upstandinghackers.com#hammer"
|
|
use_notice: true
|
|
skip_join: true
|
|
|