summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2020-04-20 03:22:22 +0200
committerPablo Barciela <[email protected]>2020-04-20 03:49:10 +0200
commit961a034fd0a09dbe9f61a7266fa3d03c30e7c91c (patch)
tree77d6e6c9b8ba56d0b2da75251d9fd6fbc7458ac5
parent5bbb85f1780c8e5a8fee4cf62b030b655eb57871 (diff)
downloadmate-desktop-961a034fd0a09dbe9f61a7266fa3d03c30e7c91c.tar.bz2
mate-desktop-961a034fd0a09dbe9f61a7266fa3d03c30e7c91c.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 911e1b7..c23eeaf 100644
--- a/.build.yml
+++ b/.build.yml
@@ -146,6 +146,9 @@ after_scripts:
- cppcheck-htmlreport --title=${REPO_NAME} --file=cppcheck.xml --report-dir=cppcheck-htmlreport
- ./gen-index -l 20 -i https://github.com/${OWNER_NAME}/${REPO_NAME}/raw/master/icons/16x16/apps/mate-desktop.png
- fi
+ - if [ ${DISTRO_NAME} == "debian" ];then
+ - make check
+ - fi
- make distcheck
- fi