Skip to content

Commit

Permalink
test windows ci
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Sep 16, 2022
1 parent e5346ec commit d62c9de
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,14 @@ script:
fi
- ${MAKE} -C src lib
- ${MAKE} -C example/c all LIBTYPE=
- ${MAKE} -C src dll
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then
cp lib/* example/c;
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then
DYLD_LIBRARY_PATH=lib example/c/testzmat;
else
LD_LIBRARY_PATH=lib example/c/testzmat;
fi
- ${MAKE} -C src dll
- ${MAKE} -C example/c all LIBTYPE=
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then
ls -lt lib;
DYLD_LIBRARY_PATH=lib example/c/testzmat;
else
LD_LIBRARY_PATH=lib example/c/testzmat;
Expand Down

0 comments on commit d62c9de

Please sign in to comment.