Modify travis-ci tests so that it runs make distcheck
Allowing to both check that the distfile is sane and run the testspull/81/head
parent
a872213632
commit
d2e1d15f6a
|
@ -6,9 +6,8 @@ compiler:
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- sh ./autogen.sh
|
- sh ./autogen.sh
|
||||||
- ./configure --prefix=/usr
|
- ./configure
|
||||||
- make
|
- make distcheck
|
||||||
- make check
|
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
|
Loading…
Reference in New Issue