Skip to content

Commit

Permalink
GHI #32 Debug mingw version
Browse files Browse the repository at this point in the history
  • Loading branch information
doodspav committed Jul 13, 2024
1 parent 6521070 commit 8daa971
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,16 @@ on:
- cron: "0 0 * * *"

jobs:
check-mingw-version:
runs-on: windows-latest

steps:
- name: Check MinGW Version
run: |
g++ -v
test-native:
if: false # remove me
strategy:
matrix:
# verbose labels make things easier to read in GitHub Actions
Expand Down Expand Up @@ -55,6 +64,7 @@ jobs:
architecture: ${{ matrix.architecture }}

test-qemu:
if: false # remove me
strategy:
matrix:
# architecture gets converted to triple
Expand Down Expand Up @@ -133,6 +143,7 @@ jobs:
skip_llvm: ${{ matrix.skip_llvm == true }}

publish-results:
if: false # remove me
runs-on: ubuntu-latest
needs:
- test-native
Expand Down Expand Up @@ -161,6 +172,7 @@ jobs:
files: test-results/**/*.xml

publish-coverage:
if: false # remove me
runs-on: ubuntu-latest
needs:
- test-native
Expand Down

0 comments on commit 8daa971

Please sign in to comment.