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:
15
.github/workflows/core-build.yml
vendored
15
.github/workflows/core-build.yml
vendored
@@ -25,11 +25,24 @@ jobs:
|
||||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
build_type: [Release]
|
||||
c_compiler: [clang]
|
||||
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:
|
||||
- name: Checkout AzerothCore
|
||||
|
||||
Reference in New Issue
Block a user