mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-02-21 02:20:00 +01:00
Update core-build.yml
This commit is contained in:
parent
002f2f4e8e
commit
b50c287ac3
15
.github/workflows/core-build.yml
vendored
15
.github/workflows/core-build.yml
vendored
@ -25,11 +25,24 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest]
|
os: [ubuntu-latest]
|
||||||
build_type: [Release]
|
build_type: [Release]
|
||||||
c_compiler: [clang]
|
c_compiler: [gcc, clang, cl]
|
||||||
include:
|
include:
|
||||||
|
# - os: windows-latest
|
||||||
|
# c_compiler: cl
|
||||||
|
# cpp_compiler: cl
|
||||||
|
- os: ubuntu-latest
|
||||||
|
c_compiler: gcc
|
||||||
|
cpp_compiler: g++
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
c_compiler: clang
|
c_compiler: clang
|
||||||
cpp_compiler: clang++
|
cpp_compiler: clang++
|
||||||
|
exclude:
|
||||||
|
# - os: windows-latest
|
||||||
|
# c_compiler: gcc
|
||||||
|
# - os: windows-latest
|
||||||
|
# c_compiler: clang
|
||||||
|
- os: ubuntu-latest
|
||||||
|
c_compiler: cl
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout AzerothCore
|
- name: Checkout AzerothCore
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user