test static lib
This commit is contained in:
@@ -13,6 +13,7 @@ matrix:
|
|||||||
- os: linux
|
- os: linux
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
env: HOST=i386-pc-linux-gnu
|
env: HOST=i386-pc-linux-gnu
|
||||||
|
env: CONFIGURE_OPTIONS=--disable-shared
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- ./.travis/install.sh
|
- ./.travis/install.sh
|
||||||
@@ -20,7 +21,7 @@ install:
|
|||||||
script:
|
script:
|
||||||
- ./autogen.sh
|
- ./autogen.sh
|
||||||
- if test x"$HOST" = x"i386-pc-linux-gnu"; then CC="$CC -m32"; CXX="$CXX -m32"; fi
|
- 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
|
||||||
- make dist
|
- make dist
|
||||||
- make check
|
- make check
|
||||||
|
|||||||
Reference in New Issue
Block a user