mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
Update core-build.yml
This commit is contained in:
23
.github/workflows/core-build.yml
vendored
23
.github/workflows/core-build.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user