Skip to content

Commit

Permalink
ci: add minimum Linux build for Azure Pipelines (#6881)
Browse files Browse the repository at this point in the history
* add minimum linux pipelines

Signed-off-by: Lizan Zhou <lizan@tetrate.io>
  • Loading branch information
lizan authored May 10, 2019
1 parent d18b461 commit 146f6cc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .azure-pipelines/linux.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
resources:
containers:
- container: envoy-build
image: envoyproxy/envoy-build:07f65995ece0b8a21bb2888d07a8c1d060e7daaa

jobs:
- job: BuildEnvoy
timeoutInMinutes: 120
pool:
vmImage: 'Ubuntu 16.04'
container: envoy-build
steps:
- script: bazel build //source/exe:envoy-static

File renamed without changes.

0 comments on commit 146f6cc

Please sign in to comment.