Skip to content

Commit

Permalink
debug travis error
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Sep 13, 2022
1 parent 78b1fa9 commit 7431bfc
Showing 1 changed file with 1 addition and 1 deletion.
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 USERLINKOPT="-lz"
- ${MAKE} -C src dll
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then
${MAKE} -C src oct;
octave-cli --eval "addpath(pwd);cd test;run_zmat_test";
Expand Down

0 comments on commit 7431bfc

Please sign in to comment.