summaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2020-04-17 02:12:33 +0200
committerraveit65 <[email protected]>2022-07-20 23:48:42 +0200
commitf4ef6f679c8102fdd113fc6de40869b11d2c1a41 (patch)
tree1cfc93fbf1c47cd687f985a10a23c3c26f674d08 /.build.yml
parent518ef2d87cdf454526f605b8fe2f3fdfd65e2a7d (diff)
downloadcaja-f4ef6f679c8102fdd113fc6de40869b11d2c1a41.tar.bz2
caja-f4ef6f679c8102fdd113fc6de40869b11d2c1a41.tar.xz
Travis CI: debian build: add "make check"
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/.build.yml b/.build.yml
index a0dfcfad..4f1acf3d 100644
--- a/.build.yml
+++ b/.build.yml
@@ -19,8 +19,8 @@ requires:
- libsm
- mate-common
- mate-desktop
- - xorgproto
- which
+ - xorgproto
debian:
# Useful URL: https://github.com/mate-desktop/debian-packages
@@ -47,10 +47,12 @@ requires:
- libstartup-notification0-dev
- libx11-dev
- libxml2-dev
+ - mate-desktop
- mate-common
- python3-lxml
- quilt
- shared-mime-info
+ - xvfb
fedora:
# Useful URL: https://src.fedoraproject.org/cgit/rpms/caja.git/
@@ -170,6 +172,10 @@ after_scripts:
- cppcheck-htmlreport --title=${REPO_NAME} --file=cppcheck.xml --report-dir=cppcheck-htmlreport
- ./gen-index -l 20 -i https://github.com/${OWNER_NAME}/mate-icon-theme/raw/master/mate/16x16/apps/system-file-manager.png
- fi
+ - if [ ${DISTRO_NAME} == "debian" ];then
+ - make install
+ - if xvfb-run make check; then :; else cat eel/test-suite.log; cat src/test-suite.log; false; fi
+ - fi
- make distcheck
releases: