Skip to content

Commit bbe4fd3

Browse files
committed
...
1 parent 284be29 commit bbe4fd3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/tritonservercppsharp.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@ jobs:
2626
bash build/build.sh -platform $PLATFORM -build_only -target-framework $FRAMEWORK
2727
2828
- name: Variant 1
29-
run: ./CppSharp/bin/Release_x64/CppSharp.CLI -m tritonserver -g csharp -p linux -a x64 -o ./variant1/ -I=core/include core/include/triton/core/tritonserver.h core/include/triton/core/tritonbackend.h core/include/triton/core/tritoncache.h core/include/triton/core/tritonrepoagent.h
29+
run: |
30+
./CppSharp/bin/Release_x64/CppSharp.CLI -m tritonserver -g csharp -p linux -a x64 -o ./variant1/ -I=core/include core/include/triton/core/tritonserver.h core/include/triton/core/tritonbackend.h core/include/triton/core/tritoncache.h core/include/triton/core/tritonrepoagent.h
31+
32+
./CppSharp/bin/Release_x64/CppSharp.CLI -m tritonserver -g csharp -p linux -a x64 -o ./variant3/ -I=core/include -I=include/triton/developer_tools developer_tools/server/include/triton/developer_tools/server_wrapper.h developer_tools/server/include/triton/developer_tools/generic_server_wrapper.h
3033
3134
- name: Variant 2
3235
run: |
@@ -62,3 +65,4 @@ jobs:
6265
path: |
6366
variant1/
6467
variant2/
68+
variant3/

0 commit comments

Comments
 (0)