ci 3
This commit is contained in:
parent
db24b160fb
commit
46846ae24f
|
|
@ -59,26 +59,18 @@ 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
|
||||||
<<<<<<< HEAD
|
- name: make lib
|
||||||
- name: make module
|
|
||||||
run: |
|
run: |
|
||||||
${{steps.qt.outputs.make}}
|
${{steps.qt.outputs.make}}
|
||||||
${{steps.qt.outputs.make}} INSTALL_ROOT="${{steps.qt.outputs.installdir}}" install
|
${{steps.qt.outputs.make}} INSTALL_ROOT="${{steps.qt.outputs.installdir}}" install
|
||||||
=======
|
- name: upload lib to releases
|
||||||
|
|
||||||
>>>>>>> 29aaab8228f2f4c9d7c6651941f6614130c02d1d
|
|
||||||
- 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/')
|
||||||
with:
|
with:
|
||||||
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}}
|
||||||
<<<<<<< HEAD
|
|
||||||
asset_name: nut-${{matrix.platform}}-${{matrix.version}}
|
asset_name: nut-${{matrix.platform}}-${{matrix.version}}
|
||||||
=======
|
|
||||||
asset_name: qtautoupdater-${{matrix.platform}}-${{matrix.version}}
|
|
||||||
>>>>>>> 29aaab8228f2f4c9d7c6651941f6614130c02d1d
|
|
||||||
tag: ${{github.ref}}
|
tag: ${{github.ref}}
|
||||||
overwrite: true
|
overwrite: true
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue