chore(azure-pipelines.yml): Azure Pipelines CI
[skip ci]
This commit is contained in:
parent
4648be6451
commit
642dd9f63b
1 changed files with 11 additions and 0 deletions
11
azure-pipelines.yml
Normal file
11
azure-pipelines.yml
Normal 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'
|
||||
Loading…
Add table
Reference in a new issue