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:
12
.github/workflows/core-build.yml
vendored
12
.github/workflows/core-build.yml
vendored
@@ -17,16 +17,16 @@ jobs:
|
|||||||
# the result of the matrix will be the combination of all attributes, so we get os*compiler builds
|
# the result of the matrix will be the combination of all attributes, so we get os*compiler builds
|
||||||
include:
|
include:
|
||||||
- os: ubuntu-20.04
|
- os: ubuntu-20.04
|
||||||
c_compiler: clang12
|
c_compiler: clang
|
||||||
cpp_compiler: clang12++
|
cpp_compiler: clang++
|
||||||
build_type: Release
|
build_type: Release
|
||||||
- os: ubuntu-20.04
|
- os: ubuntu-20.04
|
||||||
c_compiler: gcc10
|
c_compiler: gcc
|
||||||
cpp_compiler: g++10
|
cpp_compiler: g++
|
||||||
build_type: Release
|
build_type: Release
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
name: ${{ matrix.os }}-${{ matrix.compiler }}
|
name: ${{ matrix.os }}-${{ matrix.cpp_compiler }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout AzerothCore
|
- name: Checkout AzerothCore
|
||||||
|
|||||||
Reference in New Issue
Block a user