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:
21
.github/workflows/core-build.yml
vendored
21
.github/workflows/core-build.yml
vendored
@@ -25,24 +25,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest]
|
os: [ubuntu-latest]
|
||||||
build_type: [Release]
|
build_type: [Release]
|
||||||
c_compiler: [gcc, clang, cl]
|
c_compiler: [clang]
|
||||||
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
|
||||||
@@ -59,7 +42,7 @@ jobs:
|
|||||||
echo "build-output-dir=${{ github.workspace }}/build" >> "$GITHUB_OUTPUT"
|
echo "build-output-dir=${{ github.workspace }}/build" >> "$GITHUB_OUTPUT"
|
||||||
|
|
||||||
- name: Clone Playerbot Module
|
- name: Clone Playerbot Module
|
||||||
run: git clone --depth=1 --branch=master https://github.com/liyunfan1223/mod-playerbots.git modules/mod-playerbot
|
run: git clone --depth=1 --branch=master https://github.com/liyunfan1223/mod-playerbots.git modules/mod-playerbots
|
||||||
|
|
||||||
- name: Install Requirements
|
- name: Install Requirements
|
||||||
run: sudo apt-get update && sudo apt-get install git cmake make gcc g++ clang libmysqlclient-dev libssl-dev libbz2-dev libreadline-dev libncurses-dev mysql-server libboost-all-dev
|
run: sudo apt-get update && sudo apt-get install git cmake make gcc g++ clang libmysqlclient-dev libssl-dev libbz2-dev libreadline-dev libncurses-dev mysql-server libboost-all-dev
|
||||||
|
|||||||
Reference in New Issue
Block a user