From 3258dc752e41b55fe25b71b4a9ee696895770a30 Mon Sep 17 00:00:00 2001 From: Nathaniel Nicandro Date: Fri, 16 Nov 2018 04:03:01 -0600 Subject: [PATCH] Export build variables for zmq in Travis tests --- .travis.yml | 3 +++ Makefile | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f67ca49..2c03ff6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,4 +38,7 @@ install: - make dev script: - cd $TRAVIS_BUILD_DIR + # Build variables for zmq + - export CFLAGS=-I${TRAVIS_BUILD_DIR}/include + - export LDFLAGS=-L${TRAVIS_BUILD_DIR}/lib - make test diff --git a/Makefile b/Makefile index aad5e77..c9b7102 100644 --- a/Makefile +++ b/Makefile @@ -52,5 +52,5 @@ widgets: make -C js .PHONY: compile -compile: +compile: zmq $(CASK) build