File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 99
1010jobs :
1111 get-matrix :
12- uses : ./.github/workflows/matrix -config.yml
12+ uses : ./.github/workflows/_matrix -config.yml
1313
1414 build-linux :
1515 name : linux-${{ matrix.c_compiler }}-qt${{ matrix.qt_version }}
2525 - c_compiler : clang
2626 cpp_compiler : clang++
2727
28- uses : ./.github/workflows/build -shared.yml
28+ uses : ./.github/workflows/_build -shared.yml
2929 with :
3030 os : ubuntu-latest
3131 c_compiler : ${{ matrix.c_compiler }}
Original file line number Diff line number Diff line change 99
1010jobs :
1111 get-matrix :
12- uses : ./.github/workflows/matrix -config.yml
12+ uses : ./.github/workflows/_matrix -config.yml
1313
1414 build-macos-intel :
1515 name : macos-${{ matrix.c_compiler }}-qt${{ matrix.qt_version }}-intel
2525 - c_compiler : clang
2626 cpp_compiler : clang++
2727
28- uses : ./.github/workflows/build -shared.yml
28+ uses : ./.github/workflows/_build -shared.yml
2929 with :
3030 os : macos-13 # Intel-based macOS
3131 c_compiler : ${{ matrix.c_compiler }}
5151 - qt_version : " 5.12.*"
5252 - qt_version : " 5.15.*"
5353
54- uses : ./.github/workflows/build -shared.yml
54+ uses : ./.github/workflows/_build -shared.yml
5555 with :
5656 os : macos-latest # Apple Silicon macOS
5757 c_compiler : ${{ matrix.c_compiler }}
Original file line number Diff line number Diff line change 99
1010jobs :
1111 get-matrix :
12- uses : ./.github/workflows/matrix -config.yml
12+ uses : ./.github/workflows/_matrix -config.yml
1313
1414 build-windows :
1515 name : windows-${{ matrix.c_compiler }}-qt${{ matrix.qt_version }}
2727 - c_compiler : clang
2828 cpp_compiler : clang++
2929
30- uses : ./.github/workflows/build -shared.yml
30+ uses : ./.github/workflows/_build -shared.yml
3131 with :
3232 os : windows-latest
3333 c_compiler : ${{ matrix.c_compiler }}
You can’t perform that action at this time.
0 commit comments