File: .travis.yml

package info (click to toggle)
libcue 2.2.1-4.1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 272 kB
  • sloc: ansic: 1,273; yacc: 285; lex: 139; makefile: 13
file content (7 lines) | stat: -rw-r--r-- 164 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
language: c
script:
        - cmake -DCMAKE_INSTALL_PREFIX=/usr .
        - make
        - make test
        - make DESTDIR=. install
        - make package_source