From 7e14843470b855e91d8df03cf85010868f1a76e0 Mon Sep 17 00:00:00 2001 From: Wu Xiaotian Date: Thu, 18 Apr 2019 18:05:53 +0800 Subject: [ci] create directory before run yelp-build --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 51f4f21..f1cdef4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -112,7 +112,10 @@ before_scripts: - fi after_scripts: - - yelp-build html -o help-html mate-user-guide/C/index.docbook + - if [ ${DISTRO_NAME} == "fedora" ];then + - mkdir -p help-html + - yelp-build html -o help-html mate-user-guide/C/index.docbook + - fi - make distcheck releases: -- cgit v1.2.1