summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 84753c2d86addf51887cf23416e704ce0f3092ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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"