diff --git a/.appveyor.yml b/.appveyor.yml deleted file mode 100644 index 49bd0f7..0000000 --- a/.appveyor.yml +++ /dev/null @@ -1,24 +0,0 @@ -version: "{build}" - -clone_depth: 1 - -clone_folder: c:\gopath\src\github.com\gen2brain\go-unarr - -environment: - GOPATH: c:\gopath - MSYS_PATH: c:\msys64 - CGO_ENABLED: 1 - GOARCH: 386 - CC: i686-w64-mingw32-gcc - -stack: go 1.14 - -install: - - echo %GOPATH% - - echo %MSYS_PATH% - - set PATH=%GOPATH%\bin;c:\go\bin;%MSYS_PATH%\usr\bin;%MSYS_PATH%\mingw32\bin;%PATH% - - go version - - go env - -build_script: - - bash -lc "cd /c/gopath/src/github.com/gen2brain/go-unarr && go build" diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index c8d00ae..0000000 --- a/.travis.yml +++ /dev/null @@ -1,7 +0,0 @@ -language: go - -go: - - 1.9.x - -script: - - go test -v ./... diff --git a/README.md b/README.md index 16a7414..8f5d596 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,9 @@ # go-unarr -[![TravisCI Build Status](https://travis-ci.org/gen2brain/go-unarr.svg?branch=master)](https://travis-ci.org/gen2brain/go-unarr) -[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/vawnh8s1j3w6la9t?svg=true)](https://ci.appveyor.com/project/gen2brain/go-unarr) +[![Build Status](https://github.com/gen2brain/go-unarr/actions/workflows/test.yml/badge.svg)](https://github.com/gen2brain/go-unarr/actions) [![GoDoc](https://godoc.org/github.com/gen2brain/go-unarr?status.svg)](https://godoc.org/github.com/gen2brain/go-unarr) [![Go Report Card](https://goreportcard.com/badge/github.com/gen2brain/go-unarr?branch=master)](https://goreportcard.com/report/github.com/gen2brain/go-unarr) - - > Golang bindings for the [unarr](https://github.com/sumatrapdfreader/sumatrapdf/tree/master/ext/unarr) library from sumatrapdf. `unarr` is a decompression library and CLI for RAR, TAR, ZIP and 7z archives.