mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +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:
parent
8a243a04d7
commit
52899bebc4
11
azure-pipelines.yml
Normal file
11
azure-pipelines.yml
Normal 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'
|
Loading…
Reference in New Issue
Block a user