test static lib

This commit is contained in:
Anthony Green
2018-01-10 07:22:51 -05:00
parent bec6135dff
commit 5314b10671

View File

@@ -13,6 +13,7 @@ matrix:
- os: linux
compiler: gcc
env: HOST=i386-pc-linux-gnu
env: CONFIGURE_OPTIONS=--disable-shared
install:
- ./.travis/install.sh
@@ -20,7 +21,7 @@ install:
script:
- ./autogen.sh
- if test x"$HOST" = x"i386-pc-linux-gnu"; then CC="$CC -m32"; CXX="$CXX -m32"; fi
- ./configure ${HOST+--host=$HOST}
- ./configure ${HOST+--host=$HOST} ${CONFIGURE_OPTIONS}
- make
- make dist
- make check