diff --git a/.appveyor.yml b/.appveyor.yml index c073e245..8de167d6 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -16,6 +16,7 @@ skip_commits: - .travis.yml - .gitlab-ci.yml - .azure-pipelines.yml + - .cirrus.yml init: - ps: Update-AppveyorBuild -Version "build-$env:APPVEYOR_BUILD_NUMBER-$($env:APPVEYOR_REPO_COMMIT.substring(0,7))" diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d8503b74..b730b912 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,6 +6,7 @@ - .appveyor.yml - .travis.yml - .azure-pipelines.yml + - .cirrus.yml before_script: - REPOSITORY="$PWD" && cd .. - apt-get update && apt-get install -y dpkg-dev wget g++ gcc libncurses5-dev libreadline-dev libssl-dev make zlib1g-dev git file