From 3ff10dc8edf00ef09194c3cb92e68740f030fdcd Mon Sep 17 00:00:00 2001 From: Ilya Shipitsin Date: Sat, 15 Dec 2018 22:35:40 +0500 Subject: [PATCH] CI: avoid not needed builds when possible --- .appveyor.yml | 1 + .gitlab-ci.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index c2fba8c4..4f018054 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -15,6 +15,7 @@ skip_commits: files: - .travis.yml - .gitlab-ci.yml + - azure-pipelines.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 6f0a5cdb..c31f0a10 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,6 +5,7 @@ changes: - .appveyor.yml - .travis.yml + - azure-pipelines.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