Switch CI to GitHub Actions.

PiperOrigin-RevId: 394247182
This commit is contained in:
Victor Costan
2021-09-01 16:21:26 +00:00
committed by Victor Costan
parent a7ddc144d1
commit fe18b46322
4 changed files with 136 additions and 148 deletions

View File

@@ -1,7 +1,6 @@
Snappy, a fast compressor/decompressor.
[![Build Status](https://travis-ci.org/google/snappy.svg?branch=master)](https://travis-ci.org/google/snappy)
[![Build status](https://ci.appveyor.com/api/projects/status/t9nubcqkwo8rw8yn/branch/master?svg=true)](https://ci.appveyor.com/project/pwnall/leveldb)
[![Build Status](https://github.com/google/snappy/actions/workflows/build.yml/badge.svg)](https://github.com/google/snappy/actions/workflows/build.yml)
Introduction
============