1
0
mirror of https://github.com/danog/gojekyll.git synced 2024-11-30 05:58:59 +01:00
gojekyll/.appveyor.yml

20 lines
295 B
YAML
Raw Normal View History

2017-07-06 13:28:44 +02:00
version: 0.0.1.{build}
2017-07-06 14:31:21 +02:00
clone_folder: c:\GOPATH\src\github.com\osteele\gojekyll
2017-07-06 13:28:44 +02:00
environment:
2017-07-06 14:31:21 +02:00
GOPATH: c:\GOPATH
2017-07-06 13:28:44 +02:00
init:
2017-07-06 21:55:29 +02:00
- set PATH=%GOPATH%\bin;c:\go\bin;%PATH%
2017-07-06 13:28:44 +02:00
- echo %PATH%
- go version
- go env
install:
2017-07-06 13:57:01 +02:00
- go get -t ./...
2017-07-06 13:28:44 +02:00
- pip install Pygments
build_script:
2017-07-06 21:55:29 +02:00
- got test ./...