From 3662b2a6601d29725e3e8844471179b0a18ab609 Mon Sep 17 00:00:00 2001 From: Wu Xiaotian Date: Thu, 18 Apr 2019 17:30:27 +0800 Subject: [ci] fixed fedora bugs --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.travis.yml') 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 -- cgit v1.2.1