mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-20 18:48:16 +00:00
Problem: travis job uses custom build path
Solution: remove it, dependencies are in the standard path
This commit is contained in:
parent
6d57807dd0
commit
90586290a7
10
.travis.yml
10
.travis.yml
@ -19,13 +19,7 @@ addons:
|
||||
|
||||
env:
|
||||
global:
|
||||
- BUILD_PREFIX=$PWD/tmp
|
||||
- CFLAGS=-I${BUILD_PREFIX}/include
|
||||
- CPPFLAGS=-I${BUILD_PREFIX}/include
|
||||
- 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}"
|
||||
- DISTCHECK_CONFIGURE_FLAGS="--with-libsodium"
|
||||
|
||||
before_install:
|
||||
- if [ $TRAVIS_OS_NAME == "osx" ] ; then brew install libsodium ; fi
|
||||
@ -37,7 +31,7 @@ before_install:
|
||||
|
||||
# Build and check this project
|
||||
script:
|
||||
- ./autogen.sh && ./configure --with-libsodium --prefix=${BUILD_PREFIX} && make distcheck
|
||||
- ./autogen.sh && ./configure --with-libsodium && make distcheck
|
||||
|
||||
# Deploy tags
|
||||
before_deploy:
|
||||
|
Loading…
x
Reference in New Issue
Block a user