2014-04-03 15:30:29 +00:00
|
|
|
language: cpp
|
2014-04-03 16:20:17 +00:00
|
|
|
compiler: gcc
|
|
|
|
cache: apt
|
2014-04-03 15:30:29 +00:00
|
|
|
branches:
|
|
|
|
only:
|
|
|
|
- master
|
|
|
|
before_install:
|
|
|
|
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test # GCC 4.7
|
|
|
|
- sudo add-apt-repository -y "deb http://archive.ubuntu.com/ubuntu/ quantal main universe" # Boost 1.50
|
|
|
|
- sudo apt-get update -qq
|
|
|
|
- sudo apt-get install -qq libboost1.50-all-dev libcrypto++9 libcrypto++-dev
|
|
|
|
script:
|
|
|
|
- make
|
|
|
|
notifications:
|
|
|
|
email:
|
|
|
|
recipients:
|
|
|
|
- meeh@sigterm.no
|
|
|
|
on_success: change
|
2014-04-03 16:15:44 +00:00
|
|
|
on_failure: always
|
2014-04-03 15:30:29 +00:00
|
|
|
irc:
|
|
|
|
channels:
|
|
|
|
- "irc.freenode.net#i2p-dev"
|
|
|
|
template:
|
|
|
|
- "%{repository}/%{branch} (%{commit} - %{author}): %{message}"
|
2014-04-03 16:15:44 +00:00
|
|
|
on_failure: always
|
2014-04-03 15:30:29 +00:00
|
|
|
on_success: change
|
|
|
|
|
|
|
|
|