File: .travis.yml

package info (click to toggle)
flex 2.6.4-6.2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 7,168 kB
  • sloc: ansic: 12,044; sh: 5,363; lex: 3,699; yacc: 990; makefile: 712; perl: 238; awk: 72; cpp: 25; sed: 16
file content (24 lines) | stat: -rw-r--r-- 395 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
language: c

compiler:
  - gcc

addons:
  apt:
    sources:
    - ubuntu-toolchain-r-test
    packages:
    - autoconf
    - bison
    - gcc-6
    - help2man
    - lzip
    - texinfo
    - texlive

before_script:
    - ./.travis/install-gettext.sh
    - ./.travis/install-automake.sh
    - export PATH=$HOME/bin:$PATH

script: ./autogen.sh && ./configure && make && make check && make distcheck