1
0
mirror of https://github.com/danog/liquid.git synced 2024-11-26 20:44:43 +01:00
liquid/.appveyor.yml

21 lines
279 B
YAML
Raw Normal View History

2017-07-10 22:23:18 +02:00
version: 0.2.0.{build}
clone_folder: C:\GOPATH\src\github.com\osteele\liquid
environment:
GOPATH: C:\GOPATH
2017-08-08 20:54:47 +02:00
GOVERSION: 1.8
2017-07-10 22:23:18 +02:00
init:
2017-08-08 20:54:47 +02:00
- set PATH=C:\go\bin;%GOPATH%;%PATH%
2017-07-10 22:23:18 +02:00
- go version
- go env
install:
- go get -t ./...
build_script:
- go test ./...
platform: x64