summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2023-01-31 14:50:34 +0100
committerAnne Jan Brouwer <brouwer@annejan.com>2023-01-31 14:50:34 +0100
commit32aac37b1ca6bbb83a6947ef99232a04c50c1b47 (patch)
treeaf466e36e83923d5005b5071a41b4c3e295115e8 /.github
parentbb5141910a9cbdd4778f0a31b3efe19147de0b40 (diff)
This should work according to actionlint
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ccpp.yml38
1 files changed, 19 insertions, 19 deletions
diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml
index 4bcf6001..eea5c61f 100644
--- a/.github/workflows/ccpp.yml
+++ b/.github/workflows/ccpp.yml
@@ -7,22 +7,22 @@ jobs:
strategy:
fail-fast: false
matrix:
- os: [ubuntu-latest, macos-latest, windows-latest]
- include:
- - os: ubuntu-latest
- make: make
- - os: macos-latest
- make: make
- - 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"
+ os: [ubuntu-latest, macos-latest, windows-latest]
+ include:
+ - os: ubuntu-latest
+ make: make
+ - os: macos-latest
+ make: make
+ - 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"