Update core-build.yml

This commit is contained in:
Yunfan Li
2024-03-04 19:28:15 +08:00
parent 002f2f4e8e
commit b50c287ac3

View File

@@ -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