1
0
mirror of https://github.com/anope/anope.git synced 2026-07-01 19:06:39 +02:00
Files
anope/.travis.yml
T
2014-04-01 23:34:02 -04:00

17 lines
275 B
YAML

language: cpp
compiler:
- gcc
before_script:
- mkdir build
- cd build
- cmake -DINSTDIR:STRING=~/services -DDEFUMASK:STRING=077 -DCMAKE_BUILD_TYPE:STRING=DEBUG -DUSE_RUN_CC_PL:BOOLEAN=ON ..
script:
- make
notifications:
irc:
- "irc.anope.org#anope-devel"