Add CI build on GitHub Actions

This commit is contained in:
Zhiming Wang
2020-07-26 12:52:50 +08:00
parent 1d0d42d81a
commit 26b29b30b1
2 changed files with 52 additions and 0 deletions

View File

@ -1,4 +1,5 @@
[![crates.io](https://img.shields.io/crates/v/ffmpeg-next.svg)](https://crates.io/crates/ffmpeg-next)
[![build](https://github.com/zmwangx/rust-ffmpeg/workflows/build/badge.svg)](https://github.com/zmwangx/rust-ffmpeg/actions)
This is a fork of the abandoned [ffmpeg](https://crates.io/crates/ffmpeg) crate by [meh.](https://github.com/meh/rust-ffmpeg).