mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-26 23:01:04 +08:00
Problem: Travis CI does not run make distcheck
Solution: do it
This commit is contained in:
parent
b2a2291373
commit
e1577f21dd
@ -16,6 +16,7 @@ env:
|
||||
- CXXFLAGS=-I${BUILD_PREFIX}/include
|
||||
- LDFLAGS=-L${BUILD_PREFIX}/lib
|
||||
- PKG_CONFIG_PATH=${BUILD_PREFIX}/lib/pkgconfig
|
||||
- DISTCHECK_CONFIGURE_FLAGS="--with-libsodium --prefix=${BUILD_PREFIX}"
|
||||
|
||||
# Build required projects first
|
||||
before_script:
|
||||
@ -32,5 +33,4 @@ before_script:
|
||||
|
||||
# Build and check this project
|
||||
script:
|
||||
- ./autogen.sh && ./configure --prefix=${BUILD_PREFIX} && make V=1 && make check
|
||||
- make install
|
||||
- ./autogen.sh && ./configure --with-libsodium --prefix=${BUILD_PREFIX} && make distcheck
|
||||
|
Loading…
x
Reference in New Issue
Block a user