diff options
author | Pablo Barciela <[email protected]> | 2020-04-17 02:12:33 +0200 |
---|---|---|
committer | ZenWalker <[email protected]> | 2020-04-18 16:55:37 +0200 |
commit | 7ec62fe9a9b5fbea0c68327460b826db92aaca7d (patch) | |
tree | 9423a8c7e5ff44501eb09b64d76497724a63572d /.build.yml | |
parent | 31a4a821dd51861813ae49b4f2ba7b21d2cbc6d2 (diff) | |
download | caja-7ec62fe9a9b5fbea0c68327460b826db92aaca7d.tar.bz2 caja-7ec62fe9a9b5fbea0c68327460b826db92aaca7d.tar.xz |
Travis CI: debian build: add "make check"
Diffstat (limited to '.build.yml')
-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: |