fix(CI): Enable Travis modules check (#2483)
This commit is contained in:
parent
ec808793ae
commit
64aa475d0f
2 changed files with 5 additions and 9 deletions
12
.travis.yml
12
.travis.yml
|
|
@ -39,8 +39,7 @@ jobs:
|
||||||
- source ./apps/ci/ci-before_install.sh
|
- source ./apps/ci/ci-before_install.sh
|
||||||
install:
|
install:
|
||||||
- source ./apps/ci/ci-install.sh OFF
|
- source ./apps/ci/ci-install.sh OFF
|
||||||
# compilation with modules temporarily disabled until PR 2454 is merged and the modules are fixed
|
- source ./apps/ci/ci-install-modules.sh
|
||||||
# - source ./apps/ci/ci-install-modules.sh
|
|
||||||
script:
|
script:
|
||||||
- source ./apps/ci/ci-compile.sh
|
- source ./apps/ci/ci-compile.sh
|
||||||
|
|
||||||
|
|
@ -50,8 +49,7 @@ jobs:
|
||||||
- source ./apps/ci/ci-before_install.sh
|
- source ./apps/ci/ci-before_install.sh
|
||||||
install:
|
install:
|
||||||
- source ./apps/ci/ci-install.sh ON
|
- source ./apps/ci/ci-install.sh ON
|
||||||
# compilation with modules temporarily disabled until PR 2454 is merged and the modules are fixed
|
- source ./apps/ci/ci-install-modules.sh
|
||||||
# - source ./apps/ci/ci-install-modules.sh
|
|
||||||
- source ./apps/ci/ci-import-db.sh
|
- source ./apps/ci/ci-import-db.sh
|
||||||
script:
|
script:
|
||||||
- source ./apps/ci/ci-compile.sh
|
- source ./apps/ci/ci-compile.sh
|
||||||
|
|
@ -63,8 +61,7 @@ jobs:
|
||||||
- source ./apps/ci/ci-before_install.sh
|
- source ./apps/ci/ci-before_install.sh
|
||||||
install:
|
install:
|
||||||
- source ./apps/ci/ci-install.sh OFF
|
- source ./apps/ci/ci-install.sh OFF
|
||||||
# compilation with modules temporarily disabled until PR 2454 is merged and the modules are fixed
|
- source ./apps/ci/ci-install-modules.sh
|
||||||
# - source ./apps/ci/ci-install-modules.sh
|
|
||||||
script:
|
script:
|
||||||
- source ./apps/ci/ci-compile.sh
|
- source ./apps/ci/ci-compile.sh
|
||||||
|
|
||||||
|
|
@ -74,8 +71,7 @@ jobs:
|
||||||
- source ./apps/ci/ci-before_install.sh
|
- source ./apps/ci/ci-before_install.sh
|
||||||
install:
|
install:
|
||||||
- source ./apps/ci/ci-install.sh ON
|
- source ./apps/ci/ci-install.sh ON
|
||||||
# compilation with modules temporarily disabled until PR 2454 is merged and the modules are fixed
|
- source ./apps/ci/ci-install-modules.sh
|
||||||
# - source ./apps/ci/ci-install-modules.sh
|
|
||||||
script:
|
script:
|
||||||
- source ./apps/ci/ci-compile.sh
|
- source ./apps/ci/ci-compile.sh
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ set -e
|
||||||
|
|
||||||
echo "install modules"
|
echo "install modules"
|
||||||
git clone --depth=1 --branch=master --recursive https://github.com/azerothcore/mod-eluna-lua-engine.git modules/mod-eluna-lua-engine
|
git clone --depth=1 --branch=master --recursive https://github.com/azerothcore/mod-eluna-lua-engine.git modules/mod-eluna-lua-engine
|
||||||
git clone --depth=1 --branch=master https://github.com/azerothcore/mod-vas-autobalance.git modules/mod-vas-autobalance
|
git clone --depth=1 --branch=master https://github.com/azerothcore/mod-autobalance.git modules/mod-autobalance
|
||||||
git clone --depth=1 --branch=master https://github.com/azerothcore/mod-transmog.git modules/mod-transmog
|
git clone --depth=1 --branch=master https://github.com/azerothcore/mod-transmog.git modules/mod-transmog
|
||||||
git clone --depth=1 --branch=master https://github.com/azerothcore/mod-npc-beastmaster.git modules/mod-npc-beastmaster
|
git clone --depth=1 --branch=master https://github.com/azerothcore/mod-npc-beastmaster.git modules/mod-npc-beastmaster
|
||||||
git clone --depth=1 --branch=master https://github.com/azerothcore/mod-duel-reset.git modules/mod-duel-reset
|
git clone --depth=1 --branch=master https://github.com/azerothcore/mod-duel-reset.git modules/mod-duel-reset
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue