1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-27 10:25:37 +03:00

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.
This commit is contained in:
Evgeny Vereshchagin 2019-05-12 04:04:29 +02:00
parent 8a243a04d7
commit 52899bebc4

11
azure-pipelines.yml Normal file
View File

@ -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'