summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWu Xiaotian <[email protected]>2019-04-18 17:30:27 +0800
committerraveit65 <[email protected]>2019-04-19 14:33:26 +0200
commit3662b2a6601d29725e3e8844471179b0a18ab609 (patch)
tree712a95d4ed8f8d2e57dea125d3889fb71eefebff
parent62973d9da3b016945c66ce520fbe69c112a6de97 (diff)
downloadmate-menus-3662b2a6601d29725e3e8844471179b0a18ab609.tar.bz2
mate-menus-3662b2a6601d29725e3e8844471179b0a18ab609.tar.xz
[ci] fixed fedora bugs
-rw-r--r--.travis.yml4
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