mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-20 12:13:05 +00:00
Remove appveyor
We now build on Travis for all platforms.
This commit is contained in:
parent
abeeff1325
commit
fdd4a768f0
3 changed files with 2 additions and 27 deletions
|
@ -70,7 +70,7 @@ To make the contribution process as seamless as possible, we ask for the followi
|
||||||
* Run `go fmt`.
|
* Run `go fmt`.
|
||||||
* Add documentation if you are adding new features or changing functionality. The docs site lives in `/docs`.
|
* Add documentation if you are adding new features or changing functionality. The docs site lives in `/docs`.
|
||||||
* Squash your commits into a single commit. `git rebase -i`. It’s okay to force update your pull request with `git push -f`.
|
* Squash your commits into a single commit. `git rebase -i`. It’s okay to force update your pull request with `git push -f`.
|
||||||
* Ensure that `mage check` succeeds. [Travis CI](https://travis-ci.org/gohugoio/hugo) (Linux and macOS) and [AppVeyor](https://ci.appveyor.com/project/gohugoio/hugo/branch/master) (Windows) will fail the build if `mage check` fails.
|
* Ensure that `mage check` succeeds. [Travis CI](https://travis-ci.org/gohugoio/hugo) (Windows, Linux and macOS) will fail the build if `mage check` fails.
|
||||||
* Follow the **Git Commit Message Guidelines** below.
|
* Follow the **Git Commit Message Guidelines** below.
|
||||||
|
|
||||||
### Git Commit Message Guidelines
|
### Git Commit Message Guidelines
|
||||||
|
|
|
@ -11,8 +11,7 @@ A Fast and Flexible Static Site Generator built with love by [bep](https://githu
|
||||||
[Twitter](https://twitter.com/gohugoio)
|
[Twitter](https://twitter.com/gohugoio)
|
||||||
|
|
||||||
[](https://godoc.org/github.com/gohugoio/hugo)
|
[](https://godoc.org/github.com/gohugoio/hugo)
|
||||||
[](https://travis-ci.org/gohugoio/hugo)
|
[](https://travis-ci.org/gohugoio/hugo)
|
||||||
[](https://ci.appveyor.com/project/bep/hugo/branch/master)
|
|
||||||
[](https://gitter.im/spf13/hugo?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
[](https://gitter.im/spf13/hugo?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||||
[](https://goreportcard.com/report/github.com/gohugoio/hugo)
|
[](https://goreportcard.com/report/github.com/gohugoio/hugo)
|
||||||
|
|
||||||
|
|
24
appveyor.yml
24
appveyor.yml
|
@ -1,24 +0,0 @@
|
||||||
image: Visual Studio 2015
|
|
||||||
|
|
||||||
init:
|
|
||||||
- set PATH=%PATH%;C:\mingw-w64\x86_64-7.3.0-posix-seh-rt_v5-rev0\mingw64\bin;%GOPATH%\bin
|
|
||||||
- go version
|
|
||||||
- go env
|
|
||||||
|
|
||||||
environment:
|
|
||||||
HUGO_BUILD_TAGS: extended
|
|
||||||
|
|
||||||
# clones and cd's to path
|
|
||||||
clone_folder: C:\hugo
|
|
||||||
|
|
||||||
install:
|
|
||||||
# - gem install asciidoctor
|
|
||||||
- pip install docutils
|
|
||||||
- go get github.com/magefile/mage
|
|
||||||
|
|
||||||
build_script:
|
|
||||||
- go mod download
|
|
||||||
- mage hugoRace
|
|
||||||
- mage -v check
|
|
||||||
- hugo -s docs/
|
|
||||||
- hugo --renderToMemory -s docs/
|
|
Loading…
Add table
Reference in a new issue