Files
azerothcore-wotlk/apps/ci/ci-compile.sh
2020-09-02 22:06:11 +02:00

12 lines
168 B
Bash
Executable File

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