mirror of
https://gitcode.com/GitHub_Trending/az/azerothcore-wotlk.git
synced 2026-07-12 03:33:54 +00:00
e2f196580e
* feat(CI): improve Travis build time
10 lines
131 B
Bash
Executable File
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
|