1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2025-02-26 19:54:14 +01:00

Ci update (#112)

Update GitHub CI, drop GCC builds.
---------

Co-authored-by: Kenzzer <kenzzer@users.noreply.github.com>
This commit is contained in:
Benoist 2023-09-27 17:19:18 +02:00 committed by GitHub
parent e7dc35f3c8
commit b5846d156f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,24 +13,19 @@ jobs:
include: include:
- os: windows-latest - os: windows-latest
os_short: windows os_short: windows
compiler_cc: msvc-vs2019 compiler_cc: msvc-vs2022
- os: windows-2016 - os: windows-2019
os_short: windows os_short: windows
compiler_cc: msvc-vs2017 compiler_cc: msvc-vs2019
- os: ubuntu-latest - os: ubuntu-latest
os_short: linux os_short: linux
compiler_cc: clang compiler_cc: clang
compiler_cxx: clang++ compiler_cxx: clang++
- os: ubuntu-18.04 - os: ubuntu-20.04
os_short: linux os_short: linux
compiler_cc: clang-3.9 compiler_cc: clang-6.0
compiler_cxx: clang++-3.9 compiler_cxx: clang++-6.0
compiler_install: clang-3.9 compiler_install: clang-6.0
- os: ubuntu-18.04
os_short: linux
compiler_cc: gcc-6
compiler_cxx: g++-6
compiler_install: 'gcc-6 g++6 g++-6-multilib'
- os: macos-latest - os: macos-latest
os_short: mac os_short: mac
compiler_cc: clang compiler_cc: clang