Try publish package for Linux GCC 12

This commit is contained in:
Magnus Norddahl 2024-03-07 21:09:27 +01:00
commit bd13ef16de

View file

@ -35,13 +35,13 @@ jobs:
os: ubuntu-22.04
extra_options: -DCMAKE_C_COMPILER=gcc-9 -DCMAKE_CXX_COMPILER=g++-9
deps_cmdline: sudo apt update && sudo apt install libsdl2-dev libvpx-dev libgtk2.0-dev libwebp-dev
build_type: RelWithDebInfo
build_type: MinSizeRel
- name: Linux GCC 12
os: ubuntu-22.04
extra_options: -DCMAKE_C_COMPILER=gcc-12 -DCMAKE_CXX_COMPILER=g++-12
deps_cmdline: sudo apt update && sudo apt install libsdl2-dev libvpx-dev libgtk-3-dev libwebp-dev
build_type: MinSizeRel
build_type: RelWithDebInfo
- name: Linux Clang 11
os: ubuntu-22.04
@ -109,7 +109,7 @@ jobs:
fi
- name: Upload Package
if: runner.os == 'Windows' # Remove to store packages of all targets
if: runner.os == 'Windows' || matrix.config.name == 'Linux GCC 12' # Remove to store packages of all targets
uses: actions/upload-artifact@v4
with:
path: build/package