mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-06 04:23:47 +00:00
feat(CI): use acore-core-build-action (#4326)
This commit is contained in:
28
.github/workflows/core_build.yml
vendored
28
.github/workflows/core_build.yml
vendored
@@ -50,22 +50,24 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
ccache:${{ matrix.os }}:${{ matrix.compiler }}:${{ matrix.modules }}-modules:${{ github.ref }}
|
ccache:${{ matrix.os }}:${{ matrix.compiler }}:${{ matrix.modules }}-modules:${{ github.ref }}
|
||||||
ccache:${{ matrix.os }}:${{ matrix.compiler }}:${{ matrix.modules }}-modules
|
ccache:${{ matrix.os }}:${{ matrix.compiler }}:${{ matrix.modules }}-modules
|
||||||
|
- name: Run Core Build Action
|
||||||
|
id: build-action
|
||||||
|
uses: azerothcore/acore-core-build-action@main
|
||||||
|
continue-on-error: true
|
||||||
- name: Configure OS
|
- name: Configure OS
|
||||||
run: source ./acore.sh install-deps
|
run: echo "${{ steps.build-action.outputs.configure-os }}"
|
||||||
env:
|
|
||||||
CONTINUOUS_INTEGRATION: true
|
|
||||||
- name: Create conf/config.sh
|
- name: Create conf/config.sh
|
||||||
run: source ./apps/ci/ci-conf.sh
|
run: echo "${{ steps.build-action.outputs.config-sh }}"
|
||||||
- name: Import db
|
- name: Import DB
|
||||||
run: source ./apps/ci/ci-import-db.sh
|
run: echo "${{ steps.build-action.outputs.import-db }}"
|
||||||
- name: Build
|
- name: Build
|
||||||
run: source ./apps/ci/ci-compile.sh
|
run: echo "${{ steps.build-action.outputs.build }}"
|
||||||
- name: Dry run
|
- name: Dry Run
|
||||||
run: source ./apps/ci/ci-worldserver-dry-run.sh
|
run: echo "${{ steps.build-action.outputs.dry-run }}"
|
||||||
- name: Check startup errors
|
- name: Check Startup Errors
|
||||||
run: source ./apps/ci/ci-error-check.sh
|
run: echo "${{ steps.build-action.outputs.startup-errors }}"
|
||||||
- name: Run unit tests
|
- name: Run Unit Tests
|
||||||
run: source ./apps/ci/ci-run-unit-tests.sh
|
run: echo "${{ steps.build-action.outputs.unit-tests }}"
|
||||||
|
|
||||||
mac-build:
|
mac-build:
|
||||||
strategy:
|
strategy:
|
||||||
|
|||||||
Reference in New Issue
Block a user