Skip to content

Commit

Permalink
ci: Disable MSVC artifacts
Browse files Browse the repository at this point in the history
MSVC builds compile but seem to have issues running
disable for now
  • Loading branch information
IonAgorria committed Apr 9, 2024
1 parent bc32921 commit 5863a15
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/windows_msvc_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ jobs:
copy ${{ env.buildDir }}Source/*.dll ${{ env.outDir }}
copy ${{ env.buildDir }}Source/*.exe ${{ env.outDir }}
copy ${{ env.buildDir }}Source/*.pdb ${{ env.outDir }}
- uses: actions/upload-artifact@v4
with:
name: Perimeter MSVC ${{matrix.env.build_type}} ${{matrix.env.arch_name}} ${{matrix.env.bits}} bits
path: ${{ env.outDir }}
#TODO fix MSVC builds
#- uses: actions/upload-artifact@v4
# with:
# name: Perimeter MSVC ${{matrix.env.build_type}} ${{matrix.env.arch_name}} ${{matrix.env.bits}} bits
# path: ${{ env.outDir }}
1 change: 1 addition & 0 deletions .github/workflows/windows_msys_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
fail-fast: false
matrix:
env: [
#{sys: mingw32, build_type: Debug, arch: i686, arch_zip: x86},
{sys: mingw64, build_type: Debug, arch: x86_64, arch_zip: x64},
{sys: mingw32, build_type: Release, arch: i686, arch_zip: x86},
{sys: mingw64, build_type: Release, arch: x86_64, arch_zip: x64},
Expand Down

0 comments on commit 5863a15

Please sign in to comment.