mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
Update and rename cmake-multi-platform.yml to core-build.yml
This commit is contained in:
@@ -27,9 +27,9 @@ jobs:
|
|||||||
build_type: [Release]
|
build_type: [Release]
|
||||||
c_compiler: [gcc, clang, cl]
|
c_compiler: [gcc, clang, cl]
|
||||||
include:
|
include:
|
||||||
- os: windows-latest
|
# - os: windows-latest
|
||||||
c_compiler: cl
|
# c_compiler: cl
|
||||||
cpp_compiler: cl
|
# cpp_compiler: cl
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
c_compiler: gcc
|
c_compiler: gcc
|
||||||
cpp_compiler: g++
|
cpp_compiler: g++
|
||||||
@@ -37,10 +37,10 @@ jobs:
|
|||||||
c_compiler: clang
|
c_compiler: clang
|
||||||
cpp_compiler: clang++
|
cpp_compiler: clang++
|
||||||
exclude:
|
exclude:
|
||||||
- os: windows-latest
|
# - os: windows-latest
|
||||||
c_compiler: gcc
|
# c_compiler: gcc
|
||||||
- os: windows-latest
|
# - os: windows-latest
|
||||||
c_compiler: clang
|
# c_compiler: clang
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
c_compiler: cl
|
c_compiler: cl
|
||||||
|
|
||||||
@@ -51,12 +51,12 @@ jobs:
|
|||||||
repository: 'liyunfan1223/azerothcore-wotlk'
|
repository: 'liyunfan1223/azerothcore-wotlk'
|
||||||
ref: 'Playerbot'
|
ref: 'Playerbot'
|
||||||
|
|
||||||
- name: Set reusable strings
|
# - name: Set reusable strings
|
||||||
# Turn repeated input strings (such as the build output directory) into step outputs. These step outputs can be used throughout the workflow file.
|
# # Turn repeated input strings (such as the build output directory) into step outputs. These step outputs can be used throughout the workflow file.
|
||||||
id: strings
|
# id: strings
|
||||||
shell: bash
|
# shell: bash
|
||||||
run: |
|
# run: |
|
||||||
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-playerbot
|
||||||
Reference in New Issue
Block a user