From 79fa19680a17d1f7de13303495a85291a02e6a89 Mon Sep 17 00:00:00 2001 From: Wu Xiaotian Date: Wed, 10 Apr 2019 10:32:50 +0800 Subject: [ci] run after_script when use autotools --- .travis.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to '.travis.yml') 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 -- cgit v1.2.1