mirror of
https://github.com/iDescriptor/iDescriptor.git
synced 2026-06-22 03:45:51 +08:00
compile additional deps
This commit is contained in:
@@ -81,7 +81,7 @@ jobs:
|
||||
sudo make install
|
||||
popd
|
||||
|
||||
git clone https://github.com/uncor3/qtermwidget.git
|
||||
git clone https://github.com/lxqt/qtermwidget.git
|
||||
pushd qtermwidget
|
||||
mkdir build && cd build
|
||||
cmake ..
|
||||
|
||||
@@ -49,6 +49,22 @@ jobs:
|
||||
libzip \
|
||||
libheif
|
||||
|
||||
- name: Compile additional dependencies
|
||||
run: |
|
||||
git clone https://github.com/lxqt/lxqt-build-tools.git
|
||||
pushd lxqt-build-tools
|
||||
mkdir build && cd build
|
||||
cmake ..
|
||||
sudo make install
|
||||
popd
|
||||
|
||||
git clone https://github.com/lxqt/qtermwidget.git
|
||||
pushd qtermwidget
|
||||
mkdir build && cd build
|
||||
cmake ..
|
||||
sudo make install
|
||||
popd
|
||||
|
||||
- name: Build libimobiledevice suite (versioned tarballs)
|
||||
run: |
|
||||
set -euo pipefail
|
||||
|
||||
@@ -111,6 +111,22 @@ jobs:
|
||||
|
||||
"BONJOUR_SDK_HOME=C:/Program Files/Bonjour SDK" | Out-File -FilePath $env:GITHUB_ENV -Append
|
||||
|
||||
- name: Compile additional dependencies
|
||||
run: |
|
||||
git clone https://github.com/lxqt/lxqt-build-tools.git
|
||||
pushd lxqt-build-tools
|
||||
mkdir build && cd build
|
||||
cmake ..
|
||||
sudo make install
|
||||
popd
|
||||
|
||||
git clone https://github.com/uncor3/qtermwidget.git
|
||||
pushd qtermwidget
|
||||
mkdir build && cd build
|
||||
cmake ..
|
||||
sudo make install
|
||||
popd
|
||||
|
||||
- name: Build libimobiledevice suite (versioned tarballs)
|
||||
run: |
|
||||
set -euo pipefail
|
||||
|
||||
Reference in New Issue
Block a user