diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-12-22 15:03:49 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-12-22 16:55:19 +0100 |
commit | 46dc10a139f45e73771a1c39260391d3cb1ff0ba (patch) | |
tree | 68d9ab3ed978cc0f4b33282b90b5fcc97a7765d2 /.travis.yml | |
parent | bcc5cc528b375b265610336d86d4aff88db2dd49 (diff) | |
download | ayatana-ido-46dc10a139f45e73771a1c39260391d3cb1ff0ba.tar.gz ayatana-ido-46dc10a139f45e73771a1c39260391d3cb1ff0ba.tar.bz2 ayatana-ido-46dc10a139f45e73771a1c39260391d3cb1ff0ba.zip |
Travis: Enable CI builds against Fedora.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 18 |
1 files changed, 16 insertions, 2 deletions
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" |