mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-05 07:41:37 -05:00
Export build variables for zmq in Travis tests
This commit is contained in:
parent
e4546e53ae
commit
3258dc752e
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
2
Makefile
2
Makefile
|
@ -52,5 +52,5 @@ widgets:
|
|||
make -C js
|
||||
|
||||
.PHONY: compile
|
||||
compile:
|
||||
compile: zmq
|
||||
$(CASK) build
|
||||
|
|
Loading…
Add table
Reference in a new issue