File: .travis.yml

package info (click to toggle)
sdate 0.7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 212 kB
  • sloc: sh: 3,027; ansic: 146; makefile: 39; perl: 18
file content (15 lines) | stat: -rw-r--r-- 225 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# run the testsuite on travis-ci.com
---
language: C
dist: bionic
sudo: required

script:
  - autoreconf --install
  - mkdir build
  - cd build
  - ../configure
  - make
  - sudo make install
  - cd ..
  - debian/tests/sdate