Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/SuperTux/supertux into re…
Browse files Browse the repository at this point in the history
…al-master
  • Loading branch information
MatusGuy committed Aug 27, 2024
2 parents 3631663 + 168bdf3 commit bb43fe3
Show file tree
Hide file tree
Showing 85 changed files with 5,482 additions and 3,950 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
matrix:
# TODO: Add the OpenBSD, NetBSD and Solaris VMs whenever possible
vm_os: [freebsd]
build_type: [Debug, RelWithDebInfo]
build_type: [Debug, Release]
# FreeBSD does not have glbinding
# glbiactions/checkout@v4

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gnulinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ jobs:
arch: [32, 64]
os: [ubuntu-20.04]
compiler: [gcc, clang]
build_type: [Debug, RelWithDebInfo]
build_type: [Debug, Release]
glbinding: [ON, OFF]
exclude:
- arch: 32
glbinding: ON
include:
- os: ubuntu-20.04
build_type: RelWithDebInfo
build_type: Release
compiler: gcc
arch: 64
glbinding: OFF
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:
fail-fast: false
matrix:
os: [macos-12]
build_type: [Debug, RelWithDebInfo]
build_type: [Debug, Release]
glbinding: [ON, OFF]
include:
- os: macos-12
build_type: RelWithDebInfo
build_type: Release
glbinding: OFF
release: ON

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-touch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
strategy:
fail-fast: false
matrix:
build_type: [Debug, RelWithDebInfo]
build_type: [Debug, Release]
arch: [amd64, arm64, armhf]
# glbinding is missing as it isn't available on Ubuntu 16.04
opengl: [glew, sdl]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
strategy:
fail-fast: false
matrix:
build_type: ["RelWithDebInfo", "Debug"]
build_type: ["Release", "Debug"]

runs-on: ubuntu-latest
steps:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ jobs:
fail-fast: false
matrix:
arch: [x64, x86]
build_type: [Debug, RelWithDebInfo]
build_type: [Debug, Release]
glbinding: [OFF] # [ON, OFF] # FIXME: Fix Windows glbinding builds
include:
- build_type: RelWithDebInfo
- build_type: Release
arch: x64
glbinding: OFF
release: ON
- build_type: RelWithDebInfo
- build_type: Release
arch: x86
glbinding: OFF
release: ON
Expand Down
Binary file added data/images/decal/retro/picnic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
427 changes: 427 additions & 0 deletions data/levels/misc/menu_retro.stl

Large diffs are not rendered by default.

Loading

0 comments on commit bb43fe3

Please sign in to comment.