Move Travis builds to the container-based infrastructure.
This commit is contained in:
parent
efb7046411
commit
4a86ff8c36
@ -1,8 +1,12 @@
|
||||
sudo: false
|
||||
language: c
|
||||
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- build-essential
|
||||
|
||||
before_install:
|
||||
- sudo apt-get -qq update
|
||||
- sudo apt-get -q install build-essential
|
||||
- ./bootstrap
|
||||
|
||||
compiler:
|
||||
|
||||
@ -13,6 +13,9 @@ EXTRA_DIST = bootstrap build-osx build-win32 AUTHORS \
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
AUTOMAKE_OPTIONS = foreign dist-bzip2
|
||||
|
||||
# Travis CI uses “make test” instead of “make check”
|
||||
test: check
|
||||
|
||||
echo-dirs: ; echo src test
|
||||
|
||||
FORCE:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user