File: .travis.yml

package info (click to toggle)
fastnetmon 1.1.3%2Bdfsg-8.1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 5,604 kB
  • sloc: cpp: 16,313; perl: 1,845; ansic: 1,801; sh: 163; python: 118; makefile: 45
file content (18 lines) | stat: -rw-r--r-- 406 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
language: cpp
compiler:
  - gcc
  - clang
before_install:
  - sudo apt-get update; true
before_script:
  - pwd > /tmp/old_current_path
  - sudo perl src/fastnetmon_install.pl --use-git-master
  - cd `cat /tmp/old_current_path`
  - cd src
script: mkdir -p build; cd build; cmake ..; make
notifications:
  email:
    recipients:
      - pavel.odintsov@gmail.com
    on_success: change
    on_failure: always