mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
fix(CI/nopch-modules): bump to ubuntu-24.04/clang-18, align with nopc… (#20832)
This commit is contained in:
25
.github/workflows/core_modules_build.yml
vendored
25
.github/workflows/core_modules_build.yml
vendored
@@ -4,7 +4,11 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- 'master'
|
- 'master'
|
||||||
pull_request:
|
pull_request:
|
||||||
types: ['labeled', 'opened', 'synchronize', 'reopened']
|
types:
|
||||||
|
- labeled
|
||||||
|
- opened
|
||||||
|
- reopened
|
||||||
|
- synchronize
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.head_ref }} || concat(${{ github.ref }}, ${{ github.workflow }})
|
group: ${{ github.head_ref }} || concat(${{ github.ref }}, ${{ github.workflow }})
|
||||||
@@ -12,10 +16,17 @@ concurrency:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-modules:
|
build-modules:
|
||||||
runs-on: ubuntu-latest
|
strategy:
|
||||||
name: modules build on latest ubuntu
|
fail-fast: true
|
||||||
if: |
|
matrix:
|
||||||
github.repository == 'azerothcore/azerothcore-wotlk'
|
include:
|
||||||
|
- os: ubuntu-24.04
|
||||||
|
compiler:
|
||||||
|
CC: clang-18
|
||||||
|
CXX: clang++-18
|
||||||
|
runs-on: ${{ matrix.os }}
|
||||||
|
name: ${{ matrix.os }}-${{ matrix.compiler.CC }}-nopch-modules
|
||||||
|
if: github.repository == 'azerothcore/azerothcore-wotlk'
|
||||||
&& !github.event.pull_request.draft
|
&& !github.event.pull_request.draft
|
||||||
&& (
|
&& (
|
||||||
github.ref_name == 'master'
|
github.ref_name == 'master'
|
||||||
@@ -33,7 +44,7 @@ jobs:
|
|||||||
run: bash -x ./apps/ci/ci-install-modules.sh
|
run: bash -x ./apps/ci/ci-install-modules.sh
|
||||||
- uses: ./.github/actions/linux-build
|
- uses: ./.github/actions/linux-build
|
||||||
with:
|
with:
|
||||||
CC: clang-15
|
CC: ${{ matrix.compiler.CC }}
|
||||||
CXX: clang++-15
|
CXX: ${{ matrix.compiler.CXX }}
|
||||||
modules: true
|
modules: true
|
||||||
pch: false
|
pch: false
|
||||||
|
|||||||
Reference in New Issue
Block a user