Migrate from Travis/Appveyor combo to GitHub actions (#104)
* Add a github actions workflow config (linux + windows build) * Remove Travis config, migrated to Github Actions * Remove AppVeyor configs, migrated to Github Actions
This commit is contained in:

committed by
GitHub

parent
0ce3a07f8e
commit
d3bdbe53c8
@@ -4,7 +4,6 @@ Introduction
|
||||
[![Build Status][ciimg]][ci]
|
||||
[![GoDoc][docimg]][doc]
|
||||
[![Coverage Status][coverimg]][cover]
|
||||
[![Build status][appveimg]][appveyor]
|
||||
|
||||
|
||||
The gousb package is an attempt at wrapping the libusb library into a Go-like binding.
|
||||
@@ -21,12 +20,10 @@ As of 2017-07-13 the 2.0 API is considered stable and 1.0 is deprecated.
|
||||
|
||||
[coverimg]: https://coveralls.io/repos/github/google/gousb/badge.svg
|
||||
[cover]: https://coveralls.io/github/google/gousb
|
||||
[ciimg]: https://travis-ci.org/google/gousb.svg
|
||||
[ci]: https://travis-ci.org/google/gousb
|
||||
[ciimg]: https://github.com/google/gousb/actions/workflows/build-and-test.yaml/badge.svg
|
||||
[ci]: https://github.com/google/gousb/actions/workflows/build-and-test.yaml
|
||||
[docimg]: https://godoc.org/github.com/google/gousb?status.svg
|
||||
[doc]: https://godoc.org/github.com/google/gousb
|
||||
[appveimg]: https://ci.appveyor.com/api/projects/status/661qp7x33o3wqe4o?svg=true
|
||||
[appveyor]: https://ci.appveyor.com/project/zagrodzki/gousb
|
||||
|
||||
Documentation
|
||||
=============
|
||||
|
Reference in New Issue
Block a user