diff options
author | Pablo Barciela <[email protected]> | 2020-04-19 01:13:14 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-04-19 02:14:49 +0200 |
commit | 70ee8a99430ecbf638b3f445a97b39e61a01299f (patch) | |
tree | 2966d22c42113daf1c1a3eaf97ff613e7f5f3fba /.build.yml | |
parent | 39888e18e565f885f4a720b036e5e7b13c2b7a73 (diff) | |
download | libmateweather-70ee8a99430ecbf638b3f445a97b39e61a01299f.tar.bz2 libmateweather-70ee8a99430ecbf638b3f445a97b39e61a01299f.tar.xz |
Travis CI: debian build: add "make check"
Diffstat (limited to '.build.yml')
-rw-r--r-- | .build.yml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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: |