Browse Source

GHA CI: Update libtorrent version(s)

PR #15819.
adaptive-webui-19844
xavier2k6 3 years ago committed by GitHub
parent
commit
9d2bb67834
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/ci_macos.yaml
  2. 4
      .github/workflows/ci_ubuntu.yaml
  3. 2
      .github/workflows/ci_windows.yaml
  4. 2
      .github/workflows/coverity-scan.yml

4
.github/workflows/ci_macos.yaml

@ -9,11 +9,11 @@ jobs: @@ -9,11 +9,11 @@ jobs:
strategy:
fail-fast: false
matrix:
libt_version: ["2.0.4", "1.2.14"]
libt_version: ["2.0.5", "1.2.15"]
qbt_gui: ["GUI=ON", "GUI=OFF"]
qt_version: ["5.15.2", "6.2.0"]
exclude:
- libt_version: "1.2.14"
- libt_version: "1.2.15"
qt_version: "6.2.0"
env:

4
.github/workflows/ci_ubuntu.yaml

@ -9,11 +9,11 @@ jobs: @@ -9,11 +9,11 @@ jobs:
strategy:
fail-fast: false
matrix:
libt_version: ["2.0.4", "1.2.14"]
libt_version: ["2.0.5", "1.2.15"]
qbt_gui: ["GUI=ON", "GUI=OFF"]
qt_version: ["5.15.2", "6.2.0"]
exclude:
- libt_version: "1.2.14"
- libt_version: "1.2.15"
qt_version: "6.2.0"
steps:

2
.github/workflows/ci_windows.yaml

@ -9,7 +9,7 @@ jobs: @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
libt_version: ["2.0.4", "1.2.14"]
libt_version: ["2.0.5", "1.2.15"]
env:
boost_path: "${{ github.workspace }}/boost"

2
.github/workflows/coverity-scan.yml

@ -28,7 +28,7 @@ jobs: @@ -28,7 +28,7 @@ jobs:
- name: Install libtorrent
run: |
git clone \
--branch "v2.0.4" \
--branch "v2.0.5" \
--depth 1 \
--recurse-submodules \
https://github.com/arvidn/libtorrent.git

Loading…
Cancel
Save