language: cpp before_script: - sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test - sudo apt-get update -qq - sudo apt-get install -y g++-4.8 - export CXX="g++-4.8" CC="gcc-4.8" - 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"