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'