summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2023-04-11 15:55:38 +0200
committerFlorian Bruhin <me@the-compiler.org>2023-04-11 15:55:38 +0200
commit9a1e6fb0ede6e6db9b5654d885d6f55e305f39f4 (patch)
treec3ca05aeb33d5fbe4188f3f0a0a83edd2b42bfdb
parente7295740ee58ff01a12beaa925e6492e8882d656 (diff)
downloadqutebrowser-9a1e6fb0ede6e6db9b5654d885d6f55e305f39f4.tar.gz
qutebrowser-9a1e6fb0ede6e6db9b5654d885d6f55e305f39f4.zip
ci: only windows
-rw-r--r--.github/workflows/ci.yml51
1 files changed, 2 insertions, 49 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c3fedc402..4fdf778fb 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,53 +128,6 @@ jobs:
fail-fast: false
matrix:
include:
- ### PyQt 5.15.2 (Python 3.7)
- - testenv: py37-pyqt5152
- os: ubuntu-20.04
- python: "3.7"
- ### 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.7)
- - testenv: py37-pyqt62
- os: ubuntu-20.04
- python: "3.7"
- ### PyQt 6.3 (Python 3.8)
- - testenv: py38-pyqt63
- os: ubuntu-20.04
- python: "3.8"
- ## PyQt 6.4 (Python 3.9)
- - testenv: py39-pyqt64
- os: ubuntu-20.04
- python: "3.9"
- ### PyQt 6.5 (Python 3.10)
- - testenv: py310-pyqt65
- os: ubuntu-22.04
- python: "3.10"
- ### PyQt 6.5 (Python 3.11)
- - testenv: py311-pyqt65
- os: ubuntu-22.04
- python: "3.11"
- ### PyQt 6.5 (Python 3.12)
- - testenv: py312-pyqt65
- os: ubuntu-22.04
- python: "3.12-dev"
- ### 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