mirror of
https://github.com/azerothcore/azerothcore-wotlk.git
synced 2026-01-24 21:31:50 -08:00
9 lines
131 B
Bash
Executable file
9 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
|