1
0
mirror of https://github.com/danog/liquid.git synced 2024-11-26 21:24:40 +01:00
liquid/.appveyor.yml
2017-08-08 14:54:47 -04:00

21 lines
279 B
YAML

version: 0.2.0.{build}
clone_folder: C:\GOPATH\src\github.com\osteele\liquid
environment:
GOPATH: C:\GOPATH
GOVERSION: 1.8
init:
- set PATH=C:\go\bin;%GOPATH%;%PATH%
- go version
- go env
install:
- go get -t ./...
build_script:
- go test ./...
platform: x64