mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-06-10 17:20:05 -04:00
travis-ci: Move all into install target
just keeped 'make' in script target
This commit is contained in:
parent
97867c6137
commit
2947e0084f
1 changed files with 3 additions and 1 deletions
|
|
@ -4,9 +4,11 @@ install:
|
|||
- sudo apt-get update -qq
|
||||
- sudo apt-get install -qq --no-install-recommends perl autotools-dev libdbi-dev libldap2-dev libpq-dev libmysqlclient-dev libradiusclient-ng-dev libkrb5-dev libnet-snmp-perl procps mawk
|
||||
- sudo apt-get install -qq --no-install-recommends autoconf automake
|
||||
- tools/setup
|
||||
- ./configure
|
||||
|
||||
script:
|
||||
- tools/setup && ./configure && make
|
||||
- make
|
||||
|
||||
compiler:
|
||||
- clang
|
||||
|
|
|
|||
Loading…
Reference in a new issue