Skip to content

Commit

Permalink
debug travis on windows and osx
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Sep 13, 2022
1 parent 269a972 commit ef9ace9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ script:
octave-cli --eval "addpath(pwd);cd test;run_zmat_test";
fi
- ${MAKE} -C src lib
- ${MAKE} -C src dll
- ${MAKE} -C src dll USERLINKOPT="-lz"
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then
${MAKE} -C src oct;
octave-cli --eval "addpath(pwd);cd test;run_zmat_test";
Expand Down
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ endif
dll: CPPOPT +=$(DLLFLAG)
dll: AR :=gcc
dll: ARFLAGS ?=-shared -Wl,-soname,$(BINARY).1
dll: LINKOPT :=$(LDFLAGS)
dll: LINKOPT +=$(LDFLAGS)
dll: AROUTPUT :=-o

oct mex: CPPOPT+= $(DLLFLAG)
Expand Down

0 comments on commit ef9ace9

Please sign in to comment.