File: .travis.yml

package info (click to toggle)
websocketpp 0.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 4,112 kB
  • sloc: cpp: 19,576; makefile: 18
file content (21 lines) | stat: -rw-r--r-- 741 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
language: cpp
compiler:
  - gcc
before_install:
 #- sudo apt-get install libboost-chrono1.48-dev libboost-regex1.48-dev libboost-system1.48-dev libboost-thread1.48-dev libboost-test1.48-dev libboost-random1.48-dev -y
 - sudo add-apt-repository -y ppa:boost-latest/ppa && sudo apt-get update -q && sudo apt-get install -y libboost-chrono1.55-dev libboost-random1.55-dev libboost-regex1.55-dev libboost-system1.55-dev libboost-thread1.55-dev libboost-test1.55-dev
env:
  global:
    - BOOST_INCLUDES=/usr/include
    - BOOST_LIBS=/usr/lib/x86_64-linux-gnu
script: scons -j 2 && scons test
branches:
  only:
    - master
    - develop
notifications:
  recipients:
    - travis@zaphoyd.com
  email:
    on_success: change
    on_failure: always