summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2023-04-11 13:56:49 +0200
committerFlorian Bruhin <me@the-compiler.org>2023-04-11 13:56:49 +0200
commit2f8f830b4ac9c61e6b3040c32ac427da25fc29a9 (patch)
treed3f05d7fe14fab5734fdc3aec30d4d4a2d2436b8
parent681f7ffc579a8e1e7b28abe64da364c1c4d853e1 (diff)
downloadqutebrowser-2f8f830b4ac9c61e6b3040c32ac427da25fc29a9.tar.gz
qutebrowser-2f8f830b4ac9c61e6b3040c32ac427da25fc29a9.zip
ci: debug qt 6.5
-rw-r--r--.github/workflows/ci.yml54
1 files changed, 7 insertions, 47 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index a51938996..e41827777 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -12,7 +12,7 @@ env:
jobs:
linters:
- if: "!contains(github.event.head_commit.message, '[ci skip]')"
+ if: false
timeout-minutes: 10
runs-on: ubuntu-20.04
strategy:
@@ -83,7 +83,7 @@ jobs:
fi
tests-docker:
- if: "!contains(github.event.head_commit.message, '[ci skip]')"
+ if: false
timeout-minutes: 45
runs-on: ubuntu-20.04
strategy:
@@ -128,50 +128,10 @@ jobs:
fail-fast: false
matrix:
include:
- ### PyQt 5.15.2 (Python 3.9)
- - testenv: py39-pyqt5152
- os: ubuntu-20.04
- python: "3.9"
- ### PyQt 5.15 (Python 3.10, with coverage)
- # FIXME:qt6
- # - testenv: py310-pyqt515-cov
- # os: ubuntu-22.04
- # python: "3.10"
- ### PyQt 5.15 (Python 3.11)
- - testenv: py311-pyqt515
- os: ubuntu-20.04
- python: "3.11"
- ### PyQt 6.2 (Python 3.9)
- - testenv: py39-pyqt62
- os: ubuntu-20.04
- python: 3.9
- ### PyQt 6.3 (Python 3.9)
- - testenv: py39-pyqt63
- os: ubuntu-20.04
- python: 3.9
- ## PyQt 6.4 (Python 3.9)
- - testenv: py39-pyqt64
- os: ubuntu-20.04
- python: 3.9
- ### PyQt 6.5 (Python 3.11)
- # FIXME:qt6 broken
- # - testenv: py311-pyqt65
- # os: ubuntu-22.04
- # python: 3.11
- ### macOS Big Sur: PyQt 5.15 (Python 3.9 to match PyInstaller env)
- - testenv: py39-pyqt515
- os: macos-11
- python: "3.9"
- args: "tests/unit" # Only run unit tests on macOS
- ### macOS Monterey
- - testenv: py39-pyqt515
- os: macos-12
- python: "3.9"
- args: "tests/unit" # Only run unit tests on macOS
- ### Windows: PyQt 5.15 (Python 3.9 to match PyInstaller env)
- - testenv: py39-pyqt515
- os: windows-2019
- python: "3.9"
+ - testenv: py311-pyqt65
+ os: ubuntu-22.04
+ python: 3.11
+ args: "-sv"
runs-on: "${{ matrix.os }}"
steps:
- uses: actions/checkout@v3
@@ -215,7 +175,7 @@ jobs:
name: "${{ matrix.testenv }}"
codeql:
- if: "!contains(github.event.head_commit.message, '[ci skip]')"
+ if: false
permissions:
security-events: write
timeout-minutes: 15