mirror of
https://github.com/anope/anope.git
synced 2026-07-01 19:06:39 +02:00
17 lines
275 B
YAML
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"
|