Merge pull request #6445 from clementine-player/fedora-31

Add Fedora 31 support
This commit is contained in:
John Maguire 2019-11-12 02:00:48 +00:00 committed by GitHub
commit 09135d317e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

View File

@ -524,6 +524,21 @@ jobs:
- copy_rpm_artifacts:
build: fedora-30
build_fedora_31_64:
docker:
- image: fedora:31
environment:
RPM_BUILD_NCPUS: "1"
steps:
- install_fedora_dependencies
- checkout
- cmake
- build_source_tarball
- build_rpm
- copy_rpm_artifacts:
build: fedora-31
build_mac:
macos:
xcode: "11.0.0"
@ -632,6 +647,7 @@ workflows:
- build_stretch_64
- build_fedora_29_64
- build_fedora_30_64
- build_fedora_31_64
- build_mac:
filters:
branches:
@ -649,6 +665,7 @@ workflows:
- build_stretch_64
- build_fedora_29_64
- build_fedora_30_64
- build_fedora_31_64
- build_mac
filters:
branches: