improve CI

This commit is contained in:
2019-12-04 10:44:13 +07:00
committed by BlackMATov
parent ab13893121
commit ae42e4f3c1
18 changed files with 248 additions and 78 deletions

4
scripts/build_clear.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
set -e
BUILD_DIR=`dirname "$BASH_SOURCE"`/../build
rm -rf $BUILD_DIR