summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2022-06-21 20:48:26 +0200
committerFlorian Bruhin <me@the-compiler.org>2022-06-21 20:48:26 +0200
commitff31bf8da2b1cee78dab21265936419d27342ed1 (patch)
tree59f108e37a890a0ee5e0764e2815e21c6614c24b /.github
parent3ac1c8a7a37f2914a6b49f4349a6c65148783ec2 (diff)
downloadqutebrowser-ff31bf8da2b1cee78dab21265936419d27342ed1.tar.gz
qutebrowser-ff31bf8da2b1cee78dab21265936419d27342ed1.zip
ci: Add qt6-v2 to nightly builds
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/nightly.yml19
1 files changed, 19 insertions, 0 deletions
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index af13091c2..850699fc5 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -15,21 +15,40 @@ jobs:
matrix:
include:
- os: macos-10.15
+ branch: master
- os: windows-2019
args: --64bit
+ branch: master
- os: windows-2019
args: --32bit
+ branch: master
- os: macos-10.15
args: --debug
+ branch: master
- os: windows-2019
args: --64bit --debug
+ branch: master
- os: windows-2019
args: --32bit --debug
+ branch: master
+
+ - os: macos-10.15
+ branch: qt6-v2
+ - os: windows-2019
+ args: --64bit
+ branch: qt6-v2
+ - os: macos-10.15
+ args: --debug
+ branch: qt6-v2
+ - os: windows-2019
+ args: --64bit --debug
+ branch: qt6-v2
runs-on: "${{ matrix.os }}"
timeout-minutes: 30
steps:
- uses: actions/checkout@v2
with:
+ ref: "${{ matrix.branch }}"
persist-credentials: false
- name: Set up Python
uses: actions/setup-python@v2