1
0
mirror of https://github.com/danog/gojekyll.git synced 2024-11-26 21:14:48 +01:00
This commit is contained in:
Oliver Steele 2017-07-06 07:28:44 -04:00
parent acde67c70b
commit f5a5d09bfe

19
.appveyor.yml Normal file
View File

@ -0,0 +1,19 @@
version: 0.0.1.{build}
clone_folder: C:\GOPATH\src\github.com\osteele\gojekyll
environment:
GOPATH: C:\GOPATH
init:
- set PATH=%GOPATH%\bin;C:\go\bin;%PATH%
- echo %PATH%
- echo %GOPATH%
- go version
- go env
install:
- pip install Pygments
build_script:
- make test