From 642dd9f63bbc05ff67a2db4b88de51699ee5bd7a Mon Sep 17 00:00:00 2001 From: Sebastian Ullrich Date: Sun, 16 Jun 2019 22:06:03 +0200 Subject: [PATCH] chore(azure-pipelines.yml): Azure Pipelines CI [skip ci] --- azure-pipelines.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 azure-pipelines.yml diff --git a/azure-pipelines.yml b/azure-pipelines.yml new file mode 100644 index 0000000000..7711f6d194 --- /dev/null +++ b/azure-pipelines.yml @@ -0,0 +1,11 @@ +trigger: +- master + +pool: + vmImage: 'ubuntu-latest' + +steps: +- script: | + curl https://nixos.org/nix/install | sh + nix-env -h + displayName: 'Setup'