Skip to content

Upped bot max level to 85 by modifying the DEFAULT_MAX_LEVEL constant #7

Upped bot max level to 85 by modifying the DEFAULT_MAX_LEVEL constant

Upped bot max level to 85 by modifying the DEFAULT_MAX_LEVEL constant #7

name: pch-build
on:
push:
branches:
- 'master'
pull_request:
types: ['opened', 'synchronize', 'reopened']
concurrency:
group: ${{ github.head_ref }} || concat(${{ github.ref }}, ${{ github.workflow }})
cancel-in-progress: true
jobs:
build:
strategy:
fail-fast: true
matrix:
include:
- os: ubuntu-22.04
compiler:
CC: clang-15
CXX: clang++-15
runs-on: ${{ matrix.os }}
name: ${{ matrix.os }}-${{ matrix.compiler.CC }}-pch
if: github.repository == 'araxiaonline/azerothcore-wotlk' && !github.event.pull_request.draft
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/linux-build
with:
CC: ${{ matrix.compiler.CC }}
CXX: ${{ matrix.compiler.CXX }}
pch: true