mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 17:19:07 +00:00
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
|