Add simplified badge and Build workflow.

PiperOrigin-RevId: 312159017
This commit is contained in:
Adin Scannell
2020-05-18 14:53:23 -07:00
committed by gVisor bot
parent cbfb55869e
commit f2f2dec728
2 changed files with 22 additions and 2 deletions
+21
View File
@@ -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 -2
View File
@@ -1,7 +1,6 @@
![gVisor](g3doc/logo.png)
[![Status](https://storage.googleapis.com/gvisor-build-badges/build.svg)](https://storage.googleapis.com/gvisor-build-badges/build.html)
[![gVisor chat](https://badges.gitter.im/gvisor/community.png)](https://gitter.im/gvisor/community)
![](https://github.com/google/gvisor/workflows/Build/badge.svg)
## What is gVisor?