mirror of
https://github.com/systemd/systemd.git
synced 2025-01-23 17:03:39 +08:00
52899bebc4
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.
12 lines
169 B
YAML
12 lines
169 B
YAML
trigger:
|
|
- master
|
|
|
|
pool:
|
|
vmImage: 'ubuntu-latest'
|
|
|
|
steps:
|
|
- script: |
|
|
set -e
|
|
sudo ./travis-ci/managers/xenial.sh
|
|
displayName: 'This is where it gets darker'
|