mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
8
.github/workflows/LinuxInstall.yml
vendored
8
.github/workflows/LinuxInstall.yml
vendored
@ -19,9 +19,6 @@ jobs:
|
|||||||
version: 11
|
version: 11
|
||||||
platform: x64
|
platform: x64
|
||||||
|
|
||||||
- name: Install LinuxDeployQt
|
|
||||||
uses: miurahr/install-linuxdeployqt-action@v0
|
|
||||||
|
|
||||||
- name: 'VCPKG: Set up VCPKG'
|
- name: 'VCPKG: Set up VCPKG'
|
||||||
run: |
|
run: |
|
||||||
git clone --depth=1 https://github.com/microsoft/vcpkg.git
|
git clone --depth=1 https://github.com/microsoft/vcpkg.git
|
||||||
@ -63,11 +60,6 @@ jobs:
|
|||||||
cmake --build build -j6
|
cmake --build build -j6
|
||||||
cmake --install build
|
cmake --install build
|
||||||
|
|
||||||
- name: LinuxDeployQT
|
|
||||||
working-directory: pdf4qt/build/install
|
|
||||||
run: |
|
|
||||||
linuxdeployqt-continuous-x86_64.AppImage usr/share/io.github.JakubMelka.Pdf4qt.desktop -executable-dir=usr/bin
|
|
||||||
|
|
||||||
- name: Make DEB package
|
- name: Make DEB package
|
||||||
working-directory: pdf4qt/build
|
working-directory: pdf4qt/build
|
||||||
run: |
|
run: |
|
||||||
|
Reference in New Issue
Block a user