summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2020-04-19 01:13:14 +0200
committerPablo Barciela <[email protected]>2020-04-19 02:14:49 +0200
commit70ee8a99430ecbf638b3f445a97b39e61a01299f (patch)
tree2966d22c42113daf1c1a3eaf97ff613e7f5f3fba
parent39888e18e565f885f4a720b036e5e7b13c2b7a73 (diff)
downloadlibmateweather-70ee8a99430ecbf638b3f445a97b39e61a01299f.tar.bz2
libmateweather-70ee8a99430ecbf638b3f445a97b39e61a01299f.tar.xz
Travis CI: debian build: add "make check"
-rw-r--r--.build.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.build.yml b/.build.yml
index 768295e..f891f01 100644
--- a/.build.yml
+++ b/.build.yml
@@ -128,6 +128,9 @@ after_scripts:
- cppcheck-htmlreport --title=${REPO_NAME} --file=cppcheck.xml --report-dir=cppcheck-htmlreport
- ./gen-index -l 20
- fi
+ - if [ ${DISTRO_NAME} == "debian" ];then
+ - make check
+ - fi
- make distcheck
releases: