mxw_wotlk_azerothcore/apps/ci/ci-compile.sh

12 lines
168 B
Bash
Raw Permalink Normal View History

2020-10-30 23:45:46 -04:00
#!/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