File: .travis.yml

package info (click to toggle)
riemann-c-client 1.10.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 528 kB
  • sloc: ansic: 4,059; makefile: 122; sh: 35
file content (13 lines) | stat: -rw-r--r-- 298 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
language: c
install:
  - sudo apt-get update -qq
  - sudo apt-get install -qq check protobuf-c-compiler libprotobuf-c0-dev libgnutls-dev
before_script:
  - autoreconf -i
script:
  - ./configure --enable-silent-rules CFLAGS="-Wall -Wextra -O3 -g"
  - make
  - make check
compiler:
  - gcc
  - clang