Skip to content

Commit

Permalink
Stop building x86 target on CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
kondrak committed Jul 8, 2023
1 parent 192fa50 commit ad30388
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,33 +49,3 @@ jobs:
!Quake2/**/*.pdb
!Quake2/**/*.iobj
!Quake2/**/*.ipdb
- name: Build vkQuake2 Debug (x86)
run: msbuild quake2.sln /m /t:Rebuild /p:Configuration=Debug /p:Platform=x86
- name: Upload vkQuake2 Debug (x86) artifacts
uses: actions/upload-artifact@v2.1.3
with:
name: vkQuake2-Windows-debug-x86
path: |
Quake2
!Quake2/**/*.obj
!Quake2/**/*.exp
!Quake2/**/*.ilk
!Quake2/**/*.lib
!Quake2/**/*.pdb
!Quake2/**/*.iobj
!Quake2/**/*.ipdb
- name: Build vkQuake2 Release (x86)
run: msbuild quake2.sln /m /t:Rebuild /p:Configuration=Release /p:Platform=x86
- name: Upload vkQuake2 Release (x86) artifacts
uses: actions/upload-artifact@v2.1.3
with:
name: vkQuake2-Windows-release-x86
path: |
Quake2
!Quake2/**/*.obj
!Quake2/**/*.exp
!Quake2/**/*.ilk
!Quake2/**/*.lib
!Quake2/**/*.pdb
!Quake2/**/*.iobj
!Quake2/**/*.ipdb

0 comments on commit ad30388

Please sign in to comment.