summaryrefslogtreecommitdiff
path: root/.github/workflows/nightly.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/nightly.yml')
-rw-r--r--.github/workflows/nightly.yml59
1 files changed, 20 insertions, 39 deletions
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index 2254abb4a..764bcae31 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -15,60 +15,41 @@ jobs:
matrix:
include:
- os: macos-11
- branch: master
- toxenv: build-release
- name: macos
+ toxenv: build-release-qt5
+ name: qt5-macos
- os: windows-2019
- args: --64bit
- branch: master
- toxenv: build-release
- name: windows-64bit
- - os: windows-2019
- args: --32bit
- branch: master
- toxenv: build-release
- name: windows-32bit
-
+ toxenv: build-release-qt5
+ name: qt5-windows
- os: macos-11
args: --debug
- branch: master
- toxenv: build-release
- name: macos-debug
+ toxenv: build-release-qt5
+ name: qt5-macos-debug
- os: windows-2019
- args: --64bit --debug
- branch: master
+ args: --debug
+ toxenv: build-release-qt5
+ name: qt5-windows-debug
+ - os: macos-11
toxenv: build-release
- name: windows-64bit-debug
+ name: macos
- os: windows-2019
- args: --32bit --debug
- branch: master
toxenv: build-release
- name: windows-32bit-debug
-
- - os: macos-11
- toxenv: build-release-qt6
- name: qt6-macos
- - os: windows-2019
- args: --64bit
- toxenv: build-release-qt6
- name: qt6-windows-64bit
+ name: windows
- os: macos-11
args: --debug
- toxenv: build-release-qt6
- name: qt6-macos-debug
+ toxenv: build-release
+ name: macos-debug
- os: windows-2019
- args: --64bit --debug
- toxenv: build-release-qt6
- name: qt6-windows-64bit-debug
+ args: --debug
+ toxenv: build-release
+ name: windows-debug
runs-on: "${{ matrix.os }}"
timeout-minutes: 45
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
with:
- ref: "${{ matrix.branch }}"
persist-credentials: false
- name: Set up Python
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install dependencies
@@ -88,7 +69,7 @@ jobs:
echo "sha_short=$(git rev-parse --short HEAD)" >> "$GITHUB_OUTPUT"
shell: bash
- name: Upload artifacts
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
with:
name: "qutebrowser-nightly-${{ steps.info.outputs.date }}-${{ steps.info.outputs.sha_short }}-${{ matrix.name }}"
path: |