From 46dc10a139f45e73771a1c39260391d3cb1ff0ba Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Tue, 22 Dec 2020 15:03:49 +0100 Subject: Travis: Enable CI builds against Fedora. --- .travis.yml | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index a7e63c0..388dd4e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ before_install: # let's use the MATE project's docker build scripts... - curl -Ls -o docker-build https://github.com/mate-desktop/mate-dev-scripts/raw/master/travis/docker-build - curl -Ls -o gen-index https://github.com/mate-desktop/mate-dev-scripts/raw/master/travis/gen-index.sh - - sed -i gen-index -e "s/mate-desktop/ayatana-indicators/g" + - sed -i gen-index -e "s/mate-desktop.dev/ayatana-indicators.org/g" - chmod +x docker-build gen-index install: @@ -33,8 +33,22 @@ script: env: - DISTRO="archlinux:latest" - DISTRO="debian:testing" -# - DISTRO="fedora:latest" + - DISTRO="fedora:latest" - DISTRO="ubuntu:rolling" + +deploy: + - provider: pages + edge: true + token: ${GITHUB_TOKEN} + keep_history: true + committer_from_gh: true + target_branch: gh-pages + local_dir: html-report + strategy: git + on: + all_branches: true + condition: ${DISTRO} =~ ^fedora.*$ + jobs: exclude: - env: DISTRO="archlinux:latest" -- cgit v1.2.3