Skip to content

Commit

Permalink
Update CI configuration to run tests with and without Qt
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed May 23, 2024
1 parent c9dccfc commit 1d94831
Showing 1 changed file with 18 additions and 10 deletions.
28 changes: 18 additions & 10 deletions .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,27 @@ jobs:
- libegl1-mesa
envs: |
# Standard tests
# Tests without Qt
- linux: py38-test
- linux: py39-test
- linux: py310-test-pyqt6
- linux: py311-test-dev-pyqt6
- macos: py39-test
- windows: py310-test
- linux: py311-test
- macos: py311-test-dev
- macos: py38-test
- macos: py39-test-dev
- macos: py310-test-pyqt6
# Tests with Qt
- linux: py38-test-pyqt63
- linux: py39-test-pyside63
- linux: py310-test-pyqt64
- linux: py311-test-dev-pyqt64
- macos: py38-test-pyqt63
- macos: py39-test-pyside63
- macos: py310-test-pyqt64
- macos: py311-test-dev-pyqt64
- windows: py38-test-pyqt63
- windows: py39-test-pyside63
- windows: py310-test-pyqt64
- windows: py311-test-dev-pyqt64
- windows: py38-test
- windows: py39-test-dev
- windows: py310-test-pyqt6
publish:
needs: tests
Expand Down

0 comments on commit 1d94831

Please sign in to comment.