Browse Source

Update CI files to build the 3.10 branch

pull/25870/head
Pablo Galindo 5 years ago
parent
commit
4d58730a3a
No known key found for this signature in database GPG Key ID: FFE87404168BD847
  1. 2
      .azure-pipelines/ci.yml
  2. 2
      .azure-pipelines/pr.yml
  3. 2
      .github/workflows/build.yml
  4. 2
      .github/workflows/build_msi.yml
  5. 1
      .github/workflows/doc.yml

2
.azure-pipelines/ci.yml

@ -1,7 +1,7 @@
variables:
coverage: false
trigger: ['master', '3.9', '3.8', '3.7']
trigger: ['master', '3.10', '3.9', '3.8', '3.7']
jobs:
- job: Prebuild

2
.azure-pipelines/pr.yml

@ -1,7 +1,7 @@
variables:
coverage: false
pr: ['master', '3.9', '3.8', '3.7']
pr: ['master', '3.10', '3.9', '3.8', '3.7']
jobs:
- job: Prebuild

2
.github/workflows/build.yml

@ -7,12 +7,14 @@ on:
push:
branches:
- master
- 3.10
- 3.9
- 3.8
- 3.7
pull_request:
branches:
- master
- 3.10
- 3.9
- 3.8
- 3.7

2
.github/workflows/build_msi.yml

@ -4,6 +4,7 @@ on:
push:
branches:
- master
- 3.10
- 3.9
- 3.8
- 3.7
@ -12,6 +13,7 @@ on:
pull_request:
branches:
- master
- 3.10
- 3.9
- 3.8
- 3.7

1
.github/workflows/doc.yml

@ -12,6 +12,7 @@ on:
pull_request:
branches:
- master
- 3.10
- 3.9
- 3.8
- 3.7

Loading…
Cancel
Save