diff options
author | Wu Xiaotian <[email protected]> | 2019-04-18 17:30:27 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-04-19 14:33:26 +0200 |
commit | 3662b2a6601d29725e3e8844471179b0a18ab609 (patch) | |
tree | 712a95d4ed8f8d2e57dea125d3889fb71eefebff | |
parent | 62973d9da3b016945c66ce520fbe69c112a6de97 (diff) | |
download | mate-menus-3662b2a6601d29725e3e8844471179b0a18ab609.tar.bz2 mate-menus-3662b2a6601d29725e3e8844471179b0a18ab609.tar.xz |
[ci] fixed fedora bugs
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index d788b7b..cafc0c2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -132,6 +132,10 @@ variables: -enable-checker security.insecureAPI.strcpy"' build_scripts: + - if [ ${DISTRO_NAME} == "fedora" ];then + - curl -Ls -o fedora.sh https://github.com/mate-desktop/mate-dev-scripts/raw/master/travis/fedora.sh + - bash ./fedora.sh + - fi - ./autogen.sh - scan-build $CHECKERS ./configure - if [ $CPU_COUNT -gt 1 ]; then |