Problem: Travis requires sudo

sudo was required for for pkg-config libzmq build as cppzmq could not
find not installed pkg-config libzmq.

Solution: cppzmq to use cmake prefix paths for pkg config paths as well.
This commit is contained in:
Pawel Kurdybacha
2018-05-23 19:31:07 +01:00
parent 9d058b3a5e
commit 115bfffc50
3 changed files with 7 additions and 11 deletions

View File

@@ -4,6 +4,7 @@ language: cpp
dist: trusty
cache: ccache
sudo: false
matrix:
include:
@@ -24,7 +25,6 @@ matrix:
# GCC default, draft disabled, older libzmq with pkg-config
- os: linux
sudo: true
env: ZMQ_VERSION=4.2.0 BUILD_TYPE=pkgconfig
# GCC default, draft disabled, default libzmq (defined in ci_build.sh)