Revert "feat(CI): use acore-core-build-action (#4326)" (#4543)

This commit is contained in:
Francesco Borzì
2021-02-11 18:25:50 +01:00
committed by GitHub
parent 87d33990f9
commit e75961756d

View File

@@ -50,24 +50,22 @@ 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: echo "${{ steps.build-action.outputs.configure-os }}" run: source ./acore.sh install-deps
env:
CONTINUOUS_INTEGRATION: true
- name: Create conf/config.sh - name: Create conf/config.sh
run: echo "${{ steps.build-action.outputs.config-sh }}" run: source ./apps/ci/ci-conf.sh
- name: Import DB - name: Import db
run: echo "${{ steps.build-action.outputs.import-db }}" run: source ./apps/ci/ci-import-db.sh
- name: Build - name: Build
run: echo "${{ steps.build-action.outputs.build }}" run: source ./apps/ci/ci-compile.sh
- name: Dry Run - name: Dry run
run: echo "${{ steps.build-action.outputs.dry-run }}" run: source ./apps/ci/ci-worldserver-dry-run.sh
- name: Check Startup Errors - name: Check startup errors
run: echo "${{ steps.build-action.outputs.startup-errors }}" run: source ./apps/ci/ci-error-check.sh
- name: Run Unit Tests - name: Run unit tests
run: echo "${{ steps.build-action.outputs.unit-tests }}" run: source ./apps/ci/ci-run-unit-tests.sh
mac-build: mac-build:
strategy: strategy: