File: .travis.yml

package info (click to toggle)
assembly-stats 1.0.1%2Bds-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 272 kB
  • sloc: cpp: 799; sh: 31; makefile: 9
file content (7 lines) | stat: -rw-r--r-- 77 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
language: c++
script:
- mkdir build
- cd build
- cmake ..
- make
- make test