Files
azerothcore-wotlk/apps/ci/ci-compile.sh
Stoabrogga e2f196580e feat(CI): improve Travis build time (#1573)
* feat(CI): improve Travis build time
2019-03-16 17:25:51 +03:00

10 lines
131 B
Bash
Executable File

#!/bin/bash
set -e
echo "compile core"
export CCACHE_CPP2=true
ccache -s
timeout 2700 bash ./acore.sh "compiler" "all"
ccache -s