mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 05:06:24 +00:00
Merge branch 'master' into Playerbot
This commit is contained in:
4
.github/actions/linux-build/action.yml
vendored
4
.github/actions/linux-build/action.yml
vendored
@@ -100,8 +100,8 @@ runs:
|
||||
-DCMAKE_CXX_COMPILER_LAUNCHER="ccache" \
|
||||
-DCMAKE_C_COMPILER_LAUNCHER="ccache" \
|
||||
-DBUILD_TESTING="ON" \
|
||||
-DUSE_SCRIPTPCH=${{ inputs.pch && 'ON' || '' }} \
|
||||
-DUSE_COREPCH=${{ inputs.pch && 'ON' || '' }} \
|
||||
-DUSE_SCRIPTPCH=${{ inputs.pch == 'true' && 'ON' || '' }} \
|
||||
-DUSE_COREPCH=${{ inputs.pch == 'true' && 'ON' || '' }} \
|
||||
${{ !inputs.pch && '-DNOPCH=true' || '' }}
|
||||
|
||||
- name: build
|
||||
|
||||
5
.github/workflows/core_modules_build.yml
vendored
5
.github/workflows/core_modules_build.yml
vendored
@@ -26,6 +26,11 @@ jobs:
|
||||
)
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
# This script installs a general list of modules to compile with
|
||||
# azerothcore. This is useful for ensuring that module compilation
|
||||
# functionality works.
|
||||
- name: Checkout modules
|
||||
run: bash -x ./apps/ci/ci-install-modules.sh
|
||||
- uses: ./.github/actions/linux-build
|
||||
with:
|
||||
CC: clang-15
|
||||
|
||||
Reference in New Issue
Block a user