summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorFrantisek Sumsal <frantisek@sumsal.cz>2020-06-10 13:41:28 +0200
committerFrantisek Sumsal <frantisek@sumsal.cz>2020-06-11 12:15:02 +0200
commitaab86b12ddc2abd485f5eb76acbb90b1ed5fdd6c (patch)
tree74c1c3615aa4a72e814afdd84474aff4ba81b7c0 /.travis.yml
parent48c6399ad88d3d61fe25dee05011b2a94f2ef56e (diff)
downloadsystemd-aab86b12ddc2abd485f5eb76acbb90b1ed5fdd6c.tar.gz
github: move the clang/gcc build check to GH Actions
Travis CI is getting overloaded, so let's move some load over to GitHub Actions.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml42
1 files changed, 0 insertions, 42 deletions
diff --git a/.travis.yml b/.travis.yml
index 6dd313aae6..d933ccce06 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,9 +11,6 @@ env:
- REPO_ROOT="$TRAVIS_BUILD_DIR"
stages:
- - name: Build check
- if: type != cron
-
- name: Build & test
if: type != cron
@@ -23,45 +20,6 @@ stages:
jobs:
include:
- - stage: Build check
- name: Fedora Rawhide (gcc)
- language: bash
- env:
- - FEDORA_RELEASE="rawhide"
- - CONT_NAME="systemd-fedora-$FEDORA_RELEASE"
- - DOCKER_EXEC="docker exec -ti $CONT_NAME"
- before_install:
- - sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-ce
- - docker --version
- install:
- - $CI_MANAGERS/fedora.sh SETUP
- script:
- - set -e
- # Build systemd
- - $CI_MANAGERS/fedora.sh RUN_BUILD_CHECK_GCC
- - set +e
- after_script:
- - $CI_MANAGERS/fedora.sh CLEANUP
-
- - name: Fedora Rawhide (clang)
- language: bash
- env:
- - FEDORA_RELEASE="rawhide"
- - CONT_NAME="systemd-fedora-$FEDORA_RELEASE"
- - DOCKER_EXEC="docker exec -ti $CONT_NAME"
- before_install:
- - sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-ce
- - docker --version
- install:
- - $CI_MANAGERS/fedora.sh SETUP
- script:
- - set -e
- # Build systemd
- - $CI_MANAGERS/fedora.sh RUN_BUILD_CHECK_CLANG
- - set +e
- after_script:
- - $CI_MANAGERS/fedora.sh CLEANUP
-
- stage: Build & test
name: Debian Testing
language: bash