Skip to content

Commit

Permalink
Appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
osteele committed Jul 6, 2017
1 parent acde67c commit f5a5d09
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f5a5d09

Please sign in to comment.