Files
AstoriaCore-AC/apps/ci/ci-compile.sh
RealLushen 0b667508e4 Release
2021-01-01 21:48:02 +01:00

12 lines
168 B
Bash

#!/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