mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Add simplified badge and Build workflow.
PiperOrigin-RevId: 312159017
This commit is contained in:
committed by
gVisor bot
parent
cbfb55869e
commit
f2f2dec728
@@ -0,0 +1,21 @@
|
||||
name: "Build"
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
default:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/cache@v1
|
||||
with:
|
||||
path: ~/.cache/bazel
|
||||
key: ${{ runner.os }}-bazel-${{ hashFiles('WORKSPACE') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-bazel-
|
||||
- run: make
|
||||
@@ -1,7 +1,6 @@
|
||||

|
||||
|
||||
[](https://storage.googleapis.com/gvisor-build-badges/build.html)
|
||||
[](https://gitter.im/gvisor/community)
|
||||

|
||||
|
||||
## What is gVisor?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user