Skip to content
This repository was archived by the owner on Aug 11, 2025. It is now read-only.

Commit 1ebcf43

Browse files
Dorokhovmigueldeicaza
authored andcommitted
Fixed travis to copy introduced in 1.4.0-pre1 libraries (#166)
Fixed travis to copy introduced in 1.4.0-pre1 libraries
1 parent 7e5279f commit 1ebcf43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ script:
77
- msbuild /t:Restore $TRAVIS_BUILD_DIR/TensorFlowSharp.sln
88
- cd $TRAVIS_BUILD_DIR/
99
- msbuild /p:Configuration=Release TensorFlowSharp.sln
10-
- cp -R $TRAVIS_BUILD_DIR/native/libtensorflow.dylib $TRAVIS_BUILD_DIR/tests/TensorFlowSharp.Tests/bin/Release/libtensorflow.dylib
11-
- cp -R $TRAVIS_BUILD_DIR/native/libtensorflow.dylib $TRAVIS_BUILD_DIR/tests/TensorFlowSharp.Tests.CSharp/bin/Release/libtensorflow.dylib
10+
- cp -R $TRAVIS_BUILD_DIR/native/*.dylib $TRAVIS_BUILD_DIR/tests/TensorFlowSharp.Tests/bin/Release/
11+
- cp -R $TRAVIS_BUILD_DIR/native/*.dylib $TRAVIS_BUILD_DIR/tests/TensorFlowSharp.Tests.CSharp/bin/Release/
1212
- cd $TRAVIS_BUILD_DIR/packages/xunit.runner.console.2.2.0/tools
1313
- mono --arch=64 xunit.console.exe "$TRAVIS_BUILD_DIR/tests/TensorFlowSharp.Tests/bin/Release/TensorFlowSharp.Tests.dll" "$TRAVIS_BUILD_DIR/tests/TensorFlowSharp.Tests.CSharp/bin/Release/TensorFlowSharp.Tests.CSharp.dll"
1414
mono: "5.2.0"

0 commit comments

Comments
 (0)