Skip to content

Commit

Permalink
test built in portable octave mex file
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Aug 18, 2022
1 parent 2cdc1b4 commit e542838
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -54,6 +54,9 @@ addons:
update: true

script:
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then
octave-cli --eval "addpath(pwd);cd example;demo_zmat_basic";
fi
- ${MAKE} -C src lib
- ${MAKE} -C src dll USERLINKOPT="-lz"
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then
Expand Down

0 comments on commit e542838

Please sign in to comment.