test make
This commit is contained in:
parent
8cfd3ff55b
commit
2c1b8d17c2
|
|
@ -59,7 +59,10 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
qmake CONFIG+=install_ok QT_PLATFORM=${{matrix.platform}} "QT_TOOL_PATH=${{steps.qt.outputs.qtdir}}/Tools" nut.pro
|
qmake CONFIG+=install_ok QT_PLATFORM=${{matrix.platform}} "QT_TOOL_PATH=${{steps.qt.outputs.qtdir}}/Tools" nut.pro
|
||||||
${{steps.qt.outputs.make}} qmake_all
|
${{steps.qt.outputs.make}} qmake_all
|
||||||
|
- name: make module
|
||||||
|
run: |
|
||||||
|
${{steps.qt.outputs.make}}
|
||||||
|
${{steps.qt.outputs.make}} INSTALL_ROOT="${{steps.qt.outputs.installdir}}" install
|
||||||
- name: upload module to releases
|
- name: upload module to releases
|
||||||
uses: Skycoder42/action-upload-release@master
|
uses: Skycoder42/action-upload-release@master
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
|
|
@ -67,7 +70,7 @@ jobs:
|
||||||
repo_token: ${{secrets.GITHUB_TOKEN}}
|
repo_token: ${{secrets.GITHUB_TOKEN}}
|
||||||
directory: ${{steps.qt.outputs.outdir}}
|
directory: ${{steps.qt.outputs.outdir}}
|
||||||
platform: ${{matrix.platform}}
|
platform: ${{matrix.platform}}
|
||||||
asset_name: qtautoupdater-${{matrix.platform}}-${{matrix.version}}
|
asset_name: nut-${{matrix.platform}}-${{matrix.version}}
|
||||||
tag: ${{github.ref}}
|
tag: ${{github.ref}}
|
||||||
overwrite: true
|
overwrite: true
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 51500a497933444196942ee0db6628338a0422af
|
Subproject commit 7845ef5a232ca7c16a0f8200843202b423fe2564
|
||||||
Loading…
Reference in New Issue