Update core-build.yml

This commit is contained in:
Yunfan Li
2024-03-04 19:44:49 +08:00
parent e30c47f868
commit b95ea94fa5

View File

@@ -29,27 +29,8 @@ jobs:
compiler: clang12 compiler: clang12
- os: ubuntu-20.04 - os: ubuntu-20.04
compiler: gcc10 compiler: gcc10
# matrix: runs-on: ${{ matrix.os }}
# os: [ubuntu-latest] name: ${{ matrix.os }}-${{ matrix.compiler }}
# 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
# - os: windows-latest
# c_compiler: clang
- os: ubuntu-latest
c_compiler: cl
steps: steps:
- name: Checkout AzerothCore - name: Checkout AzerothCore