diff --git a/.github/workflows/qt.yml b/.github/workflows/qt.yml index 1e8fb04e..de71ede1 100644 --- a/.github/workflows/qt.yml +++ b/.github/workflows/qt.yml @@ -10,7 +10,35 @@ on: branches: - master - releases + - CI jobs: build: - runs-on: + runs-on: ${{ matrix.os }} + + strategy: + matrix: + os: [windows-latest] + + steps: + - name: Context + env: + GITHUB_CONTEXT: ${{ toJson(github) }} + run: echo "$GITHUB_CONTEXT" + - uses: actions/checkout@v2 + with: + fetch-depth: 1 + + - name: Install QT + uses: jurplel/install-qt-action@v2.13.2 + with: + # Directory to install Qt + #dir: # optional + # Version of Qt to install + version: 5.6 # optional, default is 5.15.2 + # Host platform + host: windows # optional + # Target platform for build + target: desktop # optional, default is desktop + # Architecture for Windows/Android + arch: win32_mingw49 # optional