EverWrath/apps/ci/ci-compile.sh
Rochet2 1397971943
feat(CI): migrate from Travis to GitHub Actions (#2887)
Co-authored-by: Yehonal <yehonal.azeroth@gmail.com>
2020-04-19 17:33:13 +02:00

10 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