summaryrefslogtreecommitdiffstats
path: root/.github/workflows/ccpp.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ccpp.yml')
-rw-r--r--.github/workflows/ccpp.yml25
1 files changed, 13 insertions, 12 deletions
diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml
index 04b3007b..fdbc8e2f 100644
--- a/.github/workflows/ccpp.yml
+++ b/.github/workflows/ccpp.yml
@@ -1,3 +1,4 @@
+---
name: QMake
on: [push, pull_request]
jobs:
@@ -6,8 +7,8 @@ jobs:
strategy:
fail-fast: false
matrix:
- os: [ubuntu-latest, macos-latest, windows-latest]
- include:
+ os: [ubuntu-latest, macos-latest, windows-latest]
+ include:
- os: ubuntu-latest
make: make
- os: macos-latest
@@ -15,13 +16,13 @@ jobs:
- os: windows-latest
make: nmake
steps:
- - uses: actions/checkout@v1
- - uses: ilammy/msvc-dev-cmd@v1
- - name: Install Qt
- uses: jurplel/install-qt-action@v2
- - name: qmake
- run: qmake
- - name: make
- run: ${{matrix.make}}
- - name: make check
- run: ${{matrix.make}} check TESTARGS="--platform offscreen"
+ - uses: actions/checkout@v1
+ - uses: ilammy/msvc-dev-cmd@v1
+ - name: Install Qt
+ uses: jurplel/install-qt-action@v3
+ - name: qmake
+ run: qmake
+ - name: make
+ run: ${{matrix.make}}
+ - name: make check
+ run: ${{matrix.make}} check TESTARGS="--platform offscreen"