Actions
This commit is contained in:
parent
d77e5d56b9
commit
3595fa3394
3
.github/workflows/rssguard.yml
vendored
3
.github/workflows/rssguard.yml
vendored
@ -14,6 +14,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [windows-2019, ubuntu-16.04, macos-10.15]
|
os: [windows-2019, ubuntu-16.04, macos-10.15]
|
||||||
|
qmake_args: ["USE_WEBENGINE=true"]
|
||||||
include:
|
include:
|
||||||
- os: windows-2019
|
- os: windows-2019
|
||||||
script_name: .\resources\scripts\github-actions\build-windows.ps1
|
script_name: .\resources\scripts\github-actions\build-windows.ps1
|
||||||
@ -24,4 +25,4 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Compile app
|
- name: Compile app
|
||||||
run: ${{ matrix.script_name }}
|
run: ${{ matrix.script_name }} ${{ matrix.qmake_args }}
|
@ -1,3 +1,3 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
echo "testttt"
|
echo "testttt $1"
|
@ -1 +1 @@
|
|||||||
echo "testttt"
|
echo "testttt $args[0]"
|
Loading…
x
Reference in New Issue
Block a user