mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-18 05:04:38 +03:00
CI: reduce test cases
- GH: Remove python 3.7 on github actions test. - Azure: Only run on master and rel-* branch. Signed-off-by: Hiroshi Miura <miurahr@linux.com>
This commit is contained in:
2
.github/workflows/test-install-qt.yml
vendored
2
.github/workflows/test-install-qt.yml
vendored
@@ -8,7 +8,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [windows-latest, macOS-latest, ubuntu-latest]
|
os: [windows-latest, macOS-latest, ubuntu-latest]
|
||||||
py: [3.6, 3.7, 3.8]
|
py: [3.6, 3.8]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
trigger:
|
||||||
|
branches:
|
||||||
|
include:
|
||||||
|
- master
|
||||||
|
- rel-*
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
- job: MatricesGenerator
|
- job: MatricesGenerator
|
||||||
displayName: Matrices Generator
|
displayName: Matrices Generator
|
||||||
|
|||||||
Reference in New Issue
Block a user