File: .travis.yml

package info (click to toggle)
libstreamvbyte 0.4.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 344 kB
  • sloc: ansic: 2,952; makefile: 69
file content (6 lines) | stat: -rw-r--r-- 180 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
language: c
sudo: false
compiler:
  - clang

script: make && ./unit && make example && ./example && make perf && ./perf && mkdir build && cd build && cmake .. && make && make test