Skip to content

Commit

Permalink
fix debuggithub build
Browse files Browse the repository at this point in the history
  • Loading branch information
UnrealKaraulov committed Nov 23, 2024
1 parent 11f4c6a commit a8dc9ad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,10 @@ jobs:
build/newbspguy_winxp_x86_release.zip
- name: Set up Visual Studio shell
uses: egor-tensin/vs-shell@v2
- name: Clean build directory
run: |
msbuild ${{ env.solution }} /t:Clean /p:Configuration=Debug /p:Platform=x64\
msbuild ${{ env.solution }} /t:Clean /p:Configuration=DebugGithub /p:Platform=x64
- name: Build Debug
run: |
msbuild ${{ env.solution }} -m /p:Configuration=DebugGithub /p:Platform=x64
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,4 @@ ascript/angelscript/projects/msvc2022/Debug/angelscript.vcxproj.FileListAbsolute
/vs-project/glfw/src/glfw.dir
/ascript/angelscript/projects/msvc2022/x64
/vs-project/fmt/fmt/ReleaseXPx86
/vs-project/glfw/src/ReleaseXP

0 comments on commit a8dc9ad

Please sign in to comment.