mirror of
https://github.com/danog/gojekyll.git
synced 2024-11-26 21:14:48 +01:00
Appveyor
This commit is contained in:
parent
acde67c70b
commit
f5a5d09bfe
19
.appveyor.yml
Normal file
19
.appveyor.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user