当前仓库属于暂停状态,部分功能使用受限,详情请查阅 仓库状态说明
1 Star 0 Fork 0

有点小纠结/azerothcore-wotlk
暂停

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
install.sh 481 Bytes
一键复制 编辑 原始数据 按行查看 历史
Yehonal 提交于 2018-01-28 19:50 . Fixed travis compilation (#769)
#!/usr/bin/env bash
set -e
CUR_PATH="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
PATH_APPS="$CUR_PATH/apps/"
PATH_MODULES="$CUR_PATH/modules/"
[ ! -d $PATH_APPS/drassil/joiner ] && git clone https://github.com/drassil/joiner $PATH_APPS/drassil/joiner -b master
source "$PATH_APPS/drassil/joiner/joiner.sh"
# installing repository dependencies
if [[ $1 == "dev" ]]; then
git submodule update --init "$CUR_PATH/data/doc"
fi
source "$CUR_PATH/apps/installer/main.sh"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/ydxjj/azerothcore-wotlk.git
[email protected]:ydxjj/azerothcore-wotlk.git
ydxjj
azerothcore-wotlk
azerothcore-wotlk
master

搜索帮助