[go: up one dir, main page]

File: .travis.yml

package info (click to toggle)
irqbalance 1.9.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 624 kB
  • sloc: ansic: 5,480; sh: 69; makefile: 47
file content (11 lines) | stat: -rw-r--r-- 159 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
language: c
dist: trusty

compiler:
  - clang
  - gcc

script: ./autogen.sh && ./configure && make && make check

after_script: cat ./tests/runoneshot.sh.log