File: .travis.yml

package info (click to toggle)
libatomicbitvector 0.0%2Bgit20200519.e295358-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 128 kB
  • sloc: ansic: 245; cpp: 154; sh: 11; makefile: 8
file content (8 lines) | stat: -rw-r--r-- 248 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
# Control file for continuous integration testing at http://travis-ci.org/

language: cpp
compiler: gcc
sudo: required
dist: bionic
script:
  - cmake -H. -Bbuild && cmake --build build -- -j 4 && echo Testing && bin/test_atomicbitvector 10000000 8