File: .travis.yml

package info (click to toggle)
libmongo-client 0.1.8-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 1,440 kB
  • sloc: ansic: 14,980; makefile: 317; perl: 137; sh: 48
file content (17 lines) | stat: -rw-r--r-- 289 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
language: c
install:
  - sudo apt-get update -qq
  - sudo apt-get install -qq libglib2.0-dev perl
before_script:
  - install -d m4
  - autoreconf -i
script:
  - ./configure
  - make
  - "export TEST_PRIMARY=localhost:27017"
  - make check
compiler:
  - gcc
  - clang
services:
  - mongodb