mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
feat(CI): correct build AC
This commit is contained in:
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -71,7 +71,7 @@ jobs:
|
|||||||
CWARNINGS=ON
|
CWARNINGS=ON
|
||||||
CDEBUG=OFF
|
CDEBUG=OFF
|
||||||
CTYPE=Release
|
CTYPE=Release
|
||||||
CSCRIPTS=ON
|
CSCRIPTS=static
|
||||||
CUNIT_TESTS=ON
|
CUNIT_TESTS=ON
|
||||||
CSERVERS=ON
|
CSERVERS=ON
|
||||||
CTOOLS=ON
|
CTOOLS=ON
|
||||||
@@ -88,9 +88,9 @@ jobs:
|
|||||||
time sudo apt-get install -y git lsb-release sudo ccache
|
time sudo apt-get install -y git lsb-release sudo ccache
|
||||||
time ./acore.sh install-deps
|
time ./acore.sh install-deps
|
||||||
|
|
||||||
time sudo apt-get install -y clang-10
|
time sudo apt-get install -y clang-11
|
||||||
echo "CCOMPILERC=\"clang-10\"" >> ./conf/config.sh
|
echo "CCOMPILERC=\"clang-11\"" >> ./conf/config.sh
|
||||||
echo "CCOMPILERCXX=\"clang++-10\"" >> ./conf/config.sh
|
echo "CCOMPILERCXX=\"clang++-11\"" >> ./conf/config.sh
|
||||||
- name: Import db
|
- name: Import db
|
||||||
run: source ./apps/ci/ci-import-db.sh
|
run: source ./apps/ci/ci-import-db.sh
|
||||||
- name: Build
|
- name: Build
|
||||||
|
|||||||
Reference in New Issue
Block a user