diff options
author | Wu Xiaotian <[email protected]> | 2019-04-18 18:05:53 +0800 |
---|---|---|
committer | ZenWalker <[email protected]> | 2019-04-19 23:19:49 +0200 |
commit | 7e14843470b855e91d8df03cf85010868f1a76e0 (patch) | |
tree | b9295c2206382426f122064fc41875c28cfc59db | |
parent | 5d3cb1cb0ef0a10e178c01076f3e16ef248271de (diff) | |
download | mate-user-guide-7e14843470b855e91d8df03cf85010868f1a76e0.tar.bz2 mate-user-guide-7e14843470b855e91d8df03cf85010868f1a76e0.tar.xz |
[ci] create directory before run yelp-build
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 4 insertions, 1 deletions
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: |