Initial commit
This commit is contained in:
8
apps/ci/ci-compile.sh
Executable file
8
apps/ci/ci-compile.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
echo "compile core"
|
||||
export AC_CCACHE=true
|
||||
./acore.sh "compiler" "all"
|
||||
|
||||
Reference in New Issue
Block a user