File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,10 +58,10 @@ jobs:
58
58
dotnet --list-runtimes
59
59
ls $DOTNET_ROOT/sdk
60
60
echo $DOTNETSDKVER $DOTNETFWKVER
61
- find CppSharp/bin/ -name "*.dll"
61
+ find CppSharp/bin/ -name "CppSharp *.dll"
62
62
# -r:CppSharp/bin/Release_x64/CppSharp.dll -r:CppSharp/bin/Release_x64/CppSharp.AST.dll -r:CppSharp/bin/Release_x64/CppSharp.Parser.dll
63
63
export LD_LIBRARY_PATH=CppSharp/bin/Release_x64/
64
- dotnet "$DOTNET_ROOT/sdk/$DOTNETSDKVER/Roslyn/bincore/csc.dll" $(find "$DOTNETLIBDIR" -name "*. dll" -printf ' -r:"%p" ') $(find CppSharp/bin/ -name "CppSharp *.dll" -printf '-r:"%p" ') -target:library -out:tritonservercppsharptest.exe tritonservercppsharp.cs
64
+ dotnet "$DOTNET_ROOT/sdk/$DOTNETSDKVER/Roslyn/bincore/csc.dll" -r:CppSharp/bin/Release_x64/CppSharp.dll -r:CppSharp/bin/Release_x64/CppSharp.AST.dll -r:CppSharp/bin/Release_x64/CppSharp.Runtime.dll -r:CppSharp/bin/Release_x64/CppSharp.CLI.dll -r:CppSharp/bin/Release_x64/CppSharp.Generator. dll -r:CppSharp/bin/Release_x64/CppSharp.Parser.dll -r:CppSharp/bin/Release_x64/CppSharp.Parser.CSharp.dll -r:CppSharp/bin/Release_x64/CppSharp.Parser.Bootstrap.dll -r: CppSharp/bin/Release_x64/CppSharp.Parser.Gen.dll $(find "$DOTNETLIBDIR" -name "*.dll" -printf '-r:"%p" ') -target:library -out:tritonservercppsharptest.exe tritonservercppsharp.cs
65
65
echo '{"runtimeOptions":{"framework":{"name":"Microsoft.NETCore.App","version":"'$DOTNETFWKVER'"}}}' > tritonservercppsharptest.runtimeconfig.json
66
66
dotnet tritonservercppsharptest.exe
67
67
find
You can’t perform that action at this time.
0 commit comments