Skip to content

Commit

Permalink
test osx ci
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Sep 16, 2022
1 parent 40f4630 commit e5346ec
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 @@ -65,7 +65,7 @@ script:
octave-cli --eval "addpath(pwd);cd test;run_zmat_test";
fi
- ${MAKE} -C src lib
- ${MAKE} -C example/c all
- ${MAKE} -C example/c all LIBTYPE=
- ${MAKE} -C src dll
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then
cp lib/* example/c;
Expand Down

0 comments on commit e5346ec

Please sign in to comment.