File: .travis.yml

package info (click to toggle)
hitch 1.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,016 kB
  • sloc: ansic: 9,362; sh: 1,262; yacc: 586; lex: 137; makefile: 125; ruby: 49
file content (16 lines) | stat: -rw-r--r-- 247 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
language: c

before_install:
  - sudo apt-get update
  - sudo apt-get install libev-dev libssl-dev automake python-docutils flex bison

before_script:
  - ./bootstrap
  - make -j4

script:
  - make -j4 check VERBOSE=1

compiler:
  - clang
  - gcc