Add Azure Pipline jobs

pull/170/head
German Service Network 5 years ago
parent aba04241c7
commit 5b5fa55d63

@ -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