8 lines
116 B
YAML
8 lines
116 B
YAML
language: c
|
|
compiler:
|
|
- gcc
|
|
- clang
|
|
script:
|
|
- scons
|
|
notifications:
|
|
irc: "irc.upstandinghackers.com#hammer"
|