Try publish package for Linux GCC 12
This commit is contained in:
parent
c7cee9e527
commit
bd13ef16de
1 changed files with 3 additions and 3 deletions
6
.github/workflows/continuous_integration.yml
vendored
6
.github/workflows/continuous_integration.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue