]> git.ipfire.org Git - thirdparty/systemd.git/blame - azure-pipelines.yml
tests: hook up the repository to Azure Pipelines
[thirdparty/systemd.git] / azure-pipelines.yml
CommitLineData
52899beb
EV
1trigger:
2- master
3
4pool:
5 vmImage: 'ubuntu-latest'
6
7steps:
8- script: |
9 set -e
10 sudo ./travis-ci/managers/xenial.sh
11 displayName: 'This is where it gets darker'