From a548366425d0bba279c3a0bbb9c3add9a37344d6 Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Sat, 14 Aug 2021 20:29:20 +0100 Subject: [PATCH] CI: Set up Azure Pipelines [skip ci] --- azure-pipelines.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 azure-pipelines.yml diff --git a/azure-pipelines.yml b/azure-pipelines.yml new file mode 100644 index 0000000000..e6352f4a70 --- /dev/null +++ b/azure-pipelines.yml @@ -0,0 +1,5 @@ +trigger: + - master + +pool: + vmImage: ubuntu-latest