summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWu Xiaotian <[email protected]>2019-04-10 10:32:50 +0800
committerraveit65 <[email protected]>2019-04-11 18:47:38 +0200
commit79fa19680a17d1f7de13303495a85291a02e6a89 (patch)
tree9a2e024498b1f09ad7a912c1a8eba0a5e634e16a
parenta9a0224460d112af90a472cf8509eed641c1ed79 (diff)
downloadmate-desktop-79fa19680a17d1f7de13303495a85291a02e6a89.tar.bz2
mate-desktop-79fa19680a17d1f7de13303495a85291a02e6a89.tar.xz
[ci] run after_script when use autotools
-rw-r--r--.travis.yml8
1 files changed, 5 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 2512e17..f94f490 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -173,10 +173,12 @@ build_scripts:
- fi
after_scripts:
- - if [ ${DISTRO_NAME} == "fedora" ];then
- - ./gen-index -i https://github.com/${OWNER_NAME}/${REPO_NAME}/raw/master/icons/hicolor_apps_16x16_mate.png
+ - if [ ${BUILD_TYPE} == "scripts" ];then
+ - if [ ${DISTRO_NAME} == "fedora" ];then
+ - ./gen-index -i https://github.com/${OWNER_NAME}/${REPO_NAME}/raw/master/icons/hicolor_apps_16x16_mate.png
+ - fi
+ - make distcheck
- fi
- - make distcheck
releases:
draft: false