From: Evgeny Vereshchagin Date: Sun, 12 May 2019 02:04:29 +0000 (+0200) Subject: tests: hook up the repository to Azure Pipelines X-Git-Tag: v243-rc1~451^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=52899bebc4f4a52c2e966e288fc1040aaf966375;p=thirdparty%2Fsystemd.git tests: hook up the repository to Azure Pipelines The idea is to move a couple of stages from Travis CI (which has been overloaded since I added the "FuzzBuzz" stage) to Azure Pipelines. --- diff --git a/azure-pipelines.yml b/azure-pipelines.yml new file mode 100644 index 00000000000..961b7920d63 --- /dev/null +++ b/azure-pipelines.yml @@ -0,0 +1,11 @@ +trigger: +- master + +pool: + vmImage: 'ubuntu-latest' + +steps: +- script: | + set -e + sudo ./travis-ci/managers/xenial.sh + displayName: 'This is where it gets darker'