try 4
This commit is contained in:
parent
5445ca989f
commit
5cc2153ae8
|
|
@ -58,10 +58,6 @@ jobs:
|
||||||
version: ${{matrix.version}}
|
version: ${{matrix.version}}
|
||||||
platform: ${{matrix.platform}}
|
platform: ${{matrix.platform}}
|
||||||
packages: qt.tools.ifw.32
|
packages: qt.tools.ifw.32
|
||||||
- name: qmake
|
|
||||||
run: |
|
|
||||||
qmake CONFIG+=install_ok QT_PLATFORM=${{matrix.platform}} "QT_TOOL_PATH=${{steps.qt.outputs.qtdir}}/Tools"
|
|
||||||
${{steps.qt.outputs.make}} qmake_all
|
|
||||||
- name: install packagekit
|
- name: install packagekit
|
||||||
if: matrix.platform == 'gcc_64'
|
if: matrix.platform == 'gcc_64'
|
||||||
run: |
|
run: |
|
||||||
|
|
@ -83,11 +79,11 @@ jobs:
|
||||||
${{steps.qt.outputs.make}} install
|
${{steps.qt.outputs.make}} install
|
||||||
pkg-config --exists packagekitqt5
|
pkg-config --exists packagekitqt5
|
||||||
working-directory: src/3rdparty/PackageKit-Qt
|
working-directory: src/3rdparty/PackageKit-Qt
|
||||||
|
- name: qmake
|
||||||
- name: make module
|
|
||||||
run: |
|
run: |
|
||||||
${{steps.qt.outputs.make}}
|
qmake CONFIG+=install_ok QT_PLATFORM=${{matrix.platform}} "QT_TOOL_PATH=${{steps.qt.outputs.qtdir}}/Tools"
|
||||||
${{steps.qt.outputs.make}} INSTALL_ROOT="${{steps.qt.outputs.installdir}}" install
|
${{steps.qt.outputs.make}} qmake_all
|
||||||
|
|
||||||
- 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/')
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue