File: .travis.yml

package info (click to toggle)
hebcal 4.31-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 7,760 kB
  • sloc: ansic: 6,361; sh: 535; perl: 134; makefile: 60
file content (17 lines) | stat: -rw-r--r-- 229 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
language: c
compiler:
  - gcc
  - clang
addons:
  apt:
    packages:
      - gperf
os:
  - linux
  - osx
arch:
 - amd64
 - ppc64le
sudo: false
# Change this to your needs
script: autoreconf --install && ./configure && make check