File: .drone.yml

package info (click to toggle)
dateutils 0.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,828 kB
  • sloc: ansic: 21,694; makefile: 1,643; yacc: 198; sh: 168; lex: 107
file content (19 lines) | stat: -rw-r--r-- 355 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
image: gcc4.8

script:
  - sudo apt-get install gperf
  - sudo apt-get install help2man
  - sudo apt-get install flex
  - sudo apt-get install bison
  - sudo apt-get install texinfo
  - sudo apt-get install texlive
  - autoreconf -vfi
  - ./configure
  - make clean all check
  - make distcheck

notify:
  email:
    recipients:
      - devel@fresse.org