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~569^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=52899bebc4f4a52c2e966e288fc1040aaf966375;p=platform%2Fupstream%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 0000000..961b792 --- /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'