File: .travis.yml

package info (click to toggle)
parsnp 2.1.3%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,572 kB
  • sloc: cpp: 3,906; python: 2,299; ansic: 937; sh: 60; makefile: 18
file content (13 lines) | stat: -rw-r--r-- 235 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
language: cpp
compiler: 
- gcc
script: 
- if [ $TRAVIS_OS_NAME == linux ]; then ./build_parsnp_linux.sh; fi 
notifications:
  email:
    recipients:
      - treangent@nbacc.net
    on_success: change
    on_failure: change
os:
- linux