From 02490be7aa143afe60e5ba0fac7c755c902e74a2 Mon Sep 17 00:00:00 2001 From: Foereaper Date: Tue, 23 Nov 2021 01:31:26 +0100 Subject: [PATCH] Comment out AC build for now AC uses their own branch of Eluna, not compatible with our build testing. --- .github/workflows/build.yml | 110 ++++++++++++++++++------------------ 1 file changed, 55 insertions(+), 55 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 777d2ef..fed78d1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,61 +44,61 @@ jobs: ./authserver --version ./worldserver --version - AC-Eluna: - strategy: - fail-fast: false - runs-on: ubuntu-20.04 - steps: - - uses: actions/checkout@v2 - with: - submodules: recursive - repository: azerothcore/azerothcore-wotlk - ref: 'master' - - uses: actions/checkout@v2 - with: - submodules: false - repository: azerothcore/mod-eluna-lua-engine - path: modules/mod-eluna-lua-engine - - uses: actions/checkout@v2 - with: - path: modules/mod-eluna-lua-engine/LuaEngine - - name: Configure OS - run: | - # Copy paste of https://github.com/azerothcore/azerothcore-wotlk/blob/master/apps/ci/ci-install.sh - - cat >>conf/config.sh <> ./conf/config.sh - echo "CCOMPILERCXX=\"clang++-11\"" >> ./conf/config.sh - - name: Import db - run: source ./apps/ci/ci-import-db.sh - - name: Build - run: source ./apps/ci/ci-compile.sh - - name: Dry run - run: source ./apps/ci/ci-worldserver-dry-run.sh - - name: Check startup errors - run: source ./apps/ci/ci-error-check.sh +# AC-Eluna: +# strategy: +# fail-fast: false +# runs-on: ubuntu-20.04 +# steps: +# - uses: actions/checkout@v2 +# with: +# submodules: recursive +# repository: azerothcore/azerothcore-wotlk +# ref: 'master' +# - uses: actions/checkout@v2 +# with: +# submodules: false +# repository: azerothcore/mod-eluna-lua-engine +# path: modules/mod-eluna-lua-engine +# - uses: actions/checkout@v2 +# with: +# path: modules/mod-eluna-lua-engine/LuaEngine +# - name: Configure OS +# run: | +# # Copy paste of https://github.com/azerothcore/azerothcore-wotlk/blob/master/apps/ci/ci-install.sh +# +# cat >>conf/config.sh <> ./conf/config.sh +# echo "CCOMPILERCXX=\"clang++-11\"" >> ./conf/config.sh +# - name: Import db +# run: source ./apps/ci/ci-import-db.sh +# - name: Build +# run: source ./apps/ci/ci-compile.sh +# - name: Dry run +# run: source ./apps/ci/ci-worldserver-dry-run.sh +# - name: Check startup errors +# run: source ./apps/ci/ci-error-check.sh mangos-Eluna: strategy: