mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-13 09:07:19 +00:00
Update workflows
This commit is contained in:
31
.github/workflows/core-build.yml
vendored
31
.github/workflows/core-build.yml
vendored
@@ -23,19 +23,26 @@ jobs:
|
||||
#
|
||||
# To add more build types (Release, Debug, RelWithDebInfo, etc.) customize the build_type list.
|
||||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
build_type: [Release]
|
||||
c_compiler: [gcc, clang, cl]
|
||||
# the result of the matrix will be the combination of all attributes, so we get os*compiler builds
|
||||
include:
|
||||
# - os: windows-latest
|
||||
# c_compiler: cl
|
||||
# cpp_compiler: cl
|
||||
- os: ubuntu-latest
|
||||
c_compiler: gcc
|
||||
cpp_compiler: g++
|
||||
- os: ubuntu-latest
|
||||
c_compiler: clang
|
||||
cpp_compiler: clang++
|
||||
- os: ubuntu-20.04
|
||||
compiler: clang12
|
||||
- os: ubuntu-20.04
|
||||
compiler: gcc10
|
||||
# matrix:
|
||||
# os: [ubuntu-latest]
|
||||
# build_type: [Release]
|
||||
# c_compiler: [gcc, clang, cl]
|
||||
# include:
|
||||
# # - os: windows-latest
|
||||
# # c_compiler: cl
|
||||
# # cpp_compiler: cl
|
||||
# - os: ubuntu-latest
|
||||
# c_compiler: gcc
|
||||
# cpp_compiler: g++
|
||||
# - os: ubuntu-latest
|
||||
# c_compiler: clang
|
||||
# cpp_compiler: clang++
|
||||
exclude:
|
||||
# - os: windows-latest
|
||||
# c_compiler: gcc
|
||||
|
||||
Reference in New Issue
Block a user