aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.build.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.build.yml b/.build.yml
index 0f1b837..24ae85f 100644
--- a/.build.yml
+++ b/.build.yml
@@ -112,6 +112,10 @@ build_scripts:
after_scripts:
- if [ ${BUILD_TYPE} == "scripts" ];then
- if [ ${DISTRO_NAME} == "debian" ];then
- - make check
+ - if [ -e ./autogen.sh ]; then
+ - make check
+ - elif [ -e ./CMakeLists.txt ]; then
+ - make test
+ - fi
- fi
- fi