Files
azerothcore-wotlk/apps/ci/ci-compile.sh
2020-04-19 17:33:13 +02:00

11 lines
143 B
Bash
Executable File

#!/bin/bash
set -e
echo "compile core"
export CCACHE_CPP2=true
export CCACHE_MAXSIZE='500MB'
ccache -s
./acore.sh "compiler" "all"
ccache -s