This commit is contained in:
Hamed Masafi 2020-07-27 13:38:16 +04:30
parent 5445ca989f
commit 5cc2153ae8
1 changed files with 4 additions and 8 deletions

View File

@ -58,10 +58,6 @@ jobs:
version: ${{matrix.version}}
platform: ${{matrix.platform}}
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
if: matrix.platform == 'gcc_64'
run: |
@ -83,11 +79,11 @@ jobs:
${{steps.qt.outputs.make}} install
pkg-config --exists packagekitqt5
working-directory: src/3rdparty/PackageKit-Qt
- name: make module
- name: qmake
run: |
${{steps.qt.outputs.make}}
${{steps.qt.outputs.make}} INSTALL_ROOT="${{steps.qt.outputs.installdir}}" install
qmake CONFIG+=install_ok QT_PLATFORM=${{matrix.platform}} "QT_TOOL_PATH=${{steps.qt.outputs.qtdir}}/Tools"
${{steps.qt.outputs.make}} qmake_all
- name: upload module to releases
uses: Skycoder42/action-upload-release@master
if: startsWith(github.ref, 'refs/tags/')