mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-02-20 18:10:02 +01:00
CI
This commit is contained in:
parent
2a5b7dcb61
commit
0848067ff1
6
.github/workflows/core_build.yml
vendored
6
.github/workflows/core_build.yml
vendored
@ -14,15 +14,15 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
# the result of the matrix will be the combination of all attributes, so we get os*compiler builds
|
# the result of the matrix will be the combination of all attributes, so we get os*compiler builds
|
||||||
include:
|
include:
|
||||||
- os: ubuntu-20.04
|
- os: ubuntu-22.04
|
||||||
c_compiler: clang
|
c_compiler: clang
|
||||||
cpp_compiler: clang++
|
cpp_compiler: clang++
|
||||||
build_type: Release
|
build_type: Release
|
||||||
- os: ubuntu-20.04
|
- os: ubuntu-22.04
|
||||||
c_compiler: gcc
|
c_compiler: gcc
|
||||||
cpp_compiler: g++
|
cpp_compiler: g++
|
||||||
build_type: Release
|
build_type: Release
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-24.04
|
||||||
c_compiler: gcc
|
c_compiler: gcc
|
||||||
cpp_compiler: g++
|
cpp_compiler: g++
|
||||||
build_type: Release
|
build_type: Release
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user