mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09: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:
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'
|
||||
Reference in New Issue
Block a user