mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
disable all debug builds and tests
This commit is contained in:
parent
b335697b43
commit
6bfababd56
1 changed files with 6 additions and 0 deletions
6
.github/workflows/desktop-build.yml
vendored
6
.github/workflows/desktop-build.yml
vendored
|
|
@ -108,12 +108,14 @@ jobs:
|
|||
# These names correspond to the files in ".ci/$distro$version"
|
||||
include:
|
||||
- distro: Arch
|
||||
test: skip
|
||||
package: skip # We are packaged in Arch already
|
||||
allow-failure: yes
|
||||
|
||||
- distro: Debian
|
||||
version: 11
|
||||
package: DEB
|
||||
test: skip
|
||||
|
||||
- distro: Servatrice_Debian
|
||||
version: 11
|
||||
|
|
@ -129,6 +131,7 @@ jobs:
|
|||
- distro: Debian
|
||||
version: 13
|
||||
package: DEB
|
||||
test: skip
|
||||
|
||||
- distro: Fedora
|
||||
version: 42
|
||||
|
|
@ -138,14 +141,17 @@ jobs:
|
|||
- distro: Fedora
|
||||
version: 43
|
||||
package: RPM
|
||||
test: skip
|
||||
|
||||
- distro: Ubuntu
|
||||
version: 22.04
|
||||
package: DEB
|
||||
test: skip
|
||||
|
||||
- distro: Ubuntu
|
||||
version: 24.04
|
||||
package: DEB
|
||||
test: skip
|
||||
|
||||
name: ${{matrix.distro}} ${{matrix.version}}
|
||||
needs: configure
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue