Merge pull request #170 from gsnw/develop

Add Azure Pipline jobs
pull/172/head
David Schweikert 5 years ago committed by GitHub
commit 659d3d837d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +1,10 @@
pool:
name: Hosted Ubuntu 1604
jobs:
- job: linux_build
displayName: Linux Build
pool: Hosted Ubuntu 1604
workspace:
clean: all
steps:
- script: |
sudo apt-get update -qq

Loading…
Cancel
Save