mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
add fedora 34 and ubuntu 21.04 (#4331)
* add fedora 34 and ubuntu 21.04 * remove qt5-default from ubuntu 21.04 apparently it's not required? * disable tests on fedora 34
This commit is contained in:
parent
63fe34437a
commit
ecf57b4226
3 changed files with 53 additions and 0 deletions
8
.github/workflows/ci-builds.yml
vendored
8
.github/workflows/ci-builds.yml
vendored
|
|
@ -82,8 +82,12 @@ jobs:
|
|||
matrix:
|
||||
# these names correspond to the files in .ci/$distro
|
||||
include:
|
||||
- distro: UbuntuHirsute
|
||||
package: DEB
|
||||
|
||||
- distro: UbuntuGroovy
|
||||
package: DEB
|
||||
test: skip
|
||||
|
||||
- distro: UbuntuFocal
|
||||
package: DEB
|
||||
|
|
@ -103,6 +107,10 @@ jobs:
|
|||
package: RPM
|
||||
test: skip # Fedora is our slowest build
|
||||
|
||||
- distro: Fedora34
|
||||
package: RPM
|
||||
test: skip # gtest does not compile for some reason
|
||||
|
||||
name: ${{matrix.distro}}
|
||||
|
||||
needs: configure
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue