Skip to content

Commit

Permalink
Reorder matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettDong committed Oct 1, 2021
1 parent 9903afd commit de05f38
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions .github/workflows/matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ jobs:
varied_builds:
needs: skip-duplicates
strategy:
max-parallel: 1
matrix:
release: [0]
cmake: [0]
Expand All @@ -66,6 +65,17 @@ jobs:
native: [linux64]

include:
- compiler: g++
os: ubuntu-latest
native:
tiles: 1
sound: 1
test-stage: 1
title: GCC 11, Ubuntu cross-compile to MinGW-Win64, Tiles, Sound
ldflags: -static-libgcc -static-libstdc++
mxe_target: i686-w64-mingw32.static.gcc11
wine: wine

- compiler: clang++-12
os: ubuntu-latest
sanitize: address
Expand All @@ -86,17 +96,6 @@ jobs:
sound: 1
title: Clang 12, macOS 10.15, Tiles, Sound, UBSan

- compiler: g++
os: ubuntu-latest
native:
tiles: 1
sound: 1
test-stage: 1
title: GCC 11, Ubuntu cross-compile to MinGW-Win64, Tiles, Sound
ldflags: -static-libgcc -static-libstdc++
mxe_target: i686-w64-mingw32.static.gcc11
wine: wine

- compiler: clang++-6.0
os: ubuntu-18.04
tiles: 0
Expand Down

0 comments on commit de05f38

Please sign in to comment.