Skip to content

Commit 413021f

Browse files
committed
Update matrix_multi_build_and_release_customs_tags.yml
1 parent f81dbf1 commit 413021f

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

.github/workflows/matrix_multi_build_and_release_customs_tags.yml

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,24 @@ jobs:
1313
os_id: [alpine]
1414
os_version_id: [edge]
1515
arch_type: [x86_64, armhf, armv7, aarch64]
16-
libtorrent_version: ["1.2"]
17-
build_tool: ["qmake"]
18-
qbittorrent_tag: ["-qt release-4.3.9"]
16+
libtorrent_version: ["1.2", "2.0"]
17+
build_tool: ["qmake", cmake]
18+
qbittorrent_tag: ["-qt master"]
1919
include:
2020
- build_tool: "qmake"
21-
qbt_qt_version_name: ""
21+
qbt_qt_version_name: "qt5-"
2222
qbt_qt_version: "5"
2323

24+
- build_tool: "cmake"
25+
qbt_qt_version_name: ""
26+
qbt_qt_version: "6"
27+
28+
- libtorrent_version: "2.0"
29+
libtorrent_tag: -lt RC_2_0
30+
preview_release: false
31+
2432
- libtorrent_version: "1.2"
25-
libtorrent_tag: -lt v1.2.17
33+
libtorrent_tag: -lt RC_1_2
2634
preview_release: true
2735

2836
name: "${{ matrix.arch_type }}-${{ matrix.qbt_qt_version_name }}libtorrent-v${{ matrix.libtorrent_version }}"

0 commit comments

Comments
 (0)