Skip to content

Commit

Permalink
Enable buidling on 3 platforms 2 versions of Qt
Browse files Browse the repository at this point in the history
Building the project on all platforms, using Qt6 and Qt5. I need to see
how Qt5/6 compiles on MinGW on the CI.
  • Loading branch information
diegoiast committed May 6, 2022
1 parent 653d2dd commit abc475e
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,26 @@ jobs:
qt_version: "5.15.2"
modules: ""
os: ubuntu-18.04
#-
#qt_version: "5.15.2"
#modules: ""
#os: windows-latest
-
qt_version: "6.2.4"
modules: "qt5compat"
os: ubuntu-18.04
-
qt_version: "5.15.2"
modules: ""
os: windows-latest
-
qt_version: "6.2.4"
modules: "qt5compat"
os: windows-latest
-
qt_version: "5.15.2"
modules: ""
os: macos-latest
-
qt_version: "6.2.4"
modules: "qt5compat"
os: macos-latest

runs-on: ${{ matrix.config.os }}

Expand Down

0 comments on commit abc475e

Please sign in to comment.