]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tests: hook up the repository to Azure Pipelines 12524/head
authorEvgeny Vereshchagin <evvers@ya.ru>
Sun, 12 May 2019 02:04:29 +0000 (04:04 +0200)
committerEvgeny Vereshchagin <evvers@ya.ru>
Sun, 12 May 2019 02:09:55 +0000 (04:09 +0200)
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.

azure-pipelines.yml [new file with mode: 0644]

diff --git a/azure-pipelines.yml b/azure-pipelines.yml
new file mode 100644 (file)
index 0000000..961b792
--- /dev/null
@@ -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'