mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-12 17:14:52 -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"
|
# These names correspond to the files in ".ci/$distro$version"
|
||||||
include:
|
include:
|
||||||
- distro: Arch
|
- distro: Arch
|
||||||
|
test: skip
|
||||||
package: skip # We are packaged in Arch already
|
package: skip # We are packaged in Arch already
|
||||||
allow-failure: yes
|
allow-failure: yes
|
||||||
|
|
||||||
- distro: Debian
|
- distro: Debian
|
||||||
version: 11
|
version: 11
|
||||||
package: DEB
|
package: DEB
|
||||||
|
test: skip
|
||||||
|
|
||||||
- distro: Servatrice_Debian
|
- distro: Servatrice_Debian
|
||||||
version: 11
|
version: 11
|
||||||
|
|
@ -129,6 +131,7 @@ jobs:
|
||||||
- distro: Debian
|
- distro: Debian
|
||||||
version: 13
|
version: 13
|
||||||
package: DEB
|
package: DEB
|
||||||
|
test: skip
|
||||||
|
|
||||||
- distro: Fedora
|
- distro: Fedora
|
||||||
version: 42
|
version: 42
|
||||||
|
|
@ -138,14 +141,17 @@ jobs:
|
||||||
- distro: Fedora
|
- distro: Fedora
|
||||||
version: 43
|
version: 43
|
||||||
package: RPM
|
package: RPM
|
||||||
|
test: skip
|
||||||
|
|
||||||
- distro: Ubuntu
|
- distro: Ubuntu
|
||||||
version: 22.04
|
version: 22.04
|
||||||
package: DEB
|
package: DEB
|
||||||
|
test: skip
|
||||||
|
|
||||||
- distro: Ubuntu
|
- distro: Ubuntu
|
||||||
version: 24.04
|
version: 24.04
|
||||||
package: DEB
|
package: DEB
|
||||||
|
test: skip
|
||||||
|
|
||||||
name: ${{matrix.distro}} ${{matrix.version}}
|
name: ${{matrix.distro}} ${{matrix.version}}
|
||||||
needs: configure
|
needs: configure
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue