diff options
| author | Stoabrogga <38475780+Stoabrogga@users.noreply.github.com> | 2019-12-03 07:58:31 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-03 07:58:31 +0100 |
| commit | 64aa475d0f605bb31b784722e555ec166b22b09c (patch) | |
| tree | 68a70165e4b5359dc2c3fce3c9581bddb5123f33 | |
| parent | ec808793aea64cc5903dc1117847b08a2e083b82 (diff) | |
fix(CI): Enable Travis modules check (#2483)
| -rw-r--r-- | .travis.yml | 12 | ||||
| -rwxr-xr-x | apps/ci/ci-install-modules.sh | 2 |
2 files changed, 5 insertions, 9 deletions
diff --git a/.travis.yml b/.travis.yml index 332618d1bd..5085c19ed7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,8 +39,7 @@ jobs: - source ./apps/ci/ci-before_install.sh install: - 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: - source ./apps/ci/ci-compile.sh @@ -50,8 +49,7 @@ jobs: - source ./apps/ci/ci-before_install.sh install: - 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 script: - source ./apps/ci/ci-compile.sh @@ -63,8 +61,7 @@ jobs: - source ./apps/ci/ci-before_install.sh install: - 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: - source ./apps/ci/ci-compile.sh @@ -74,8 +71,7 @@ jobs: - source ./apps/ci/ci-before_install.sh install: - 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: - source ./apps/ci/ci-compile.sh diff --git a/apps/ci/ci-install-modules.sh b/apps/ci/ci-install-modules.sh index 85aeae3b84..f17973fca3 100755 --- a/apps/ci/ci-install-modules.sh +++ b/apps/ci/ci-install-modules.sh @@ -4,7 +4,7 @@ set -e 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 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-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 |
