Skip to content

Commit

Permalink
Update build_pc_client.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rvkennedy authored Aug 8, 2024
1 parent 59d7836 commit a7853ed
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build_pc_client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,14 @@ jobs:
dir ${{github.workspace}}/build_pc_client
gc ${{github.workspace}}/build_pc_client/CMakeCache.txt
gc ${{github.workspace}}/build_pc_client/firstparty/Platform/Vulkan/SimulVulkan_MT.vcxproj
- name: Setup MSBuild.exe with new add-path
uses: Dana-Prajea/[email protected]
- name: MSB
run: |
MSBuild ${{github.workspace}}/build_pc_client/Teleport_Client.sln /m:1 /p:Configuration=Release /p:Platform=x64 /t:Client\TeleportPCClient
- name: Build
# Build your program with the given configuration
run: cmake --build ${{github.workspace}}/build_pc_client --config ${{env.WORKFLOW_BUILD_TYPE}}
run: rem cmake --build ${{github.workspace}}/build_pc_client --config ${{env.WORKFLOW_BUILD_TYPE}}

- name: Test
working-directory: ${{github.workspace}}/build_pc_client
Expand Down

0 comments on commit a7853ed

Please sign in to comment.