chore(azure-pipelines.yml): Azure Pipelines CI

[skip ci]
This commit is contained in:
Sebastian Ullrich 2019-06-16 22:06:03 +02:00 committed by Leonardo de Moura
parent 4648be6451
commit 642dd9f63b

11
azure-pipelines.yml Normal file
View file

@ -0,0 +1,11 @@
trigger:
- master
pool:
vmImage: 'ubuntu-latest'
steps:
- script: |
curl https://nixos.org/nix/install | sh
nix-env -h
displayName: 'Setup'