Skip to content

Commit

Permalink
QED Azure pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
gdiazlo committed Feb 27, 2019
1 parent 99ce570 commit bc4b031
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ steps:
mv !(gopath) '$(modulePath)'
echo '##vso[task.prependpath]$(GOBIN)'
echo '##vso[task.prependpath]$(GOROOT)/bin'
<<<<<<< HEAD
sudo apt install bzr
=======
>>>>>>> QED Azure pipeline
displayName: 'Set up the Go workspace'

- script: |
Expand All @@ -43,4 +46,7 @@ steps:
go vet -composites=false ./...
workingDirectory: '$(modulePath)'
displayName: 'Get dependencies, then build'
<<<<<<< HEAD

=======
>>>>>>> QED Azure pipeline

0 comments on commit bc4b031

Please sign in to comment.