Skip to content

Commit

Permalink
ci: trying different build command
Browse files Browse the repository at this point in the history
  • Loading branch information
Wiley-Black committed May 22, 2024
1 parent 70cde0c commit 0099bb7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ jobs:

- name: Compile Visual Studio project with MSBuild
shell: cmd
run: |
"C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\Tools\VsDevCmd.bat"
MSBuild .\development\cpu_tests\wbLibraryCPUTests.cvxproj /property:Configuration=Debug /property:Platform=x64
run: ${{ '"C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\Tools\VsDevCmd.bat" && msbuild .\development\cpu_tests\wbLibraryCPUTests.cvxproj /property:Configuration=Debug /property:Platform=x64' }}
#run: |
#"C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\Tools\VsDevCmd.bat"
#MSBuild .\development\cpu_tests\wbLibraryCPUTests.cvxproj /property:Configuration=Debug /property:Platform=x64

- name: Run tests
shell: cmd
Expand Down

0 comments on commit 0099bb7

Please sign in to comment.