Skip to content

Commit

Permalink
debug windows ci
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Sep 15, 2022
1 parent 81a7782 commit 9009aa1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,12 @@ script:
- ${MAKE} -C src lib
- ${MAKE} -C src dll
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then
ls -lt lib;
cp lib/*.dll example/c;
fi
- ${MAKE} -C example/c all
- LD_LIBRARY_PATH=lib example/c/testzmat
- 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 9009aa1

Please sign in to comment.