diff options
author | Pablo Barciela <[email protected]> | 2020-04-17 02:12:33 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2022-07-20 23:48:42 +0200 |
commit | f4ef6f679c8102fdd113fc6de40869b11d2c1a41 (patch) | |
tree | 1cfc93fbf1c47cd687f985a10a23c3c26f674d08 | |
parent | 518ef2d87cdf454526f605b8fe2f3fdfd65e2a7d (diff) | |
download | caja-f4ef6f679c8102fdd113fc6de40869b11d2c1a41.tar.bz2 caja-f4ef6f679c8102fdd113fc6de40869b11d2c1a41.tar.xz |
Travis CI: debian build: add "make check"
-rw-r--r-- | .build.yml | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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: |