ported double tracking from TC
This commit is contained in:
11
apps/ci/ci-compile.sh
Normal file
11
apps/ci/ci-compile.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user