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

11 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