Mercurial > yakumo_izuru > aya
comparison vendor/github.com/sirupsen/logrus/appveyor.yml @ 66:787b5ee0289d draft
Use vendored modules
Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>
author | yakumo.izuru |
---|---|
date | Sun, 23 Jul 2023 13:18:53 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
65:6d985efa0f7a | 66:787b5ee0289d |
---|---|
1 version: "{build}" | |
2 platform: x64 | |
3 clone_folder: c:\gopath\src\github.com\sirupsen\logrus | |
4 environment: | |
5 GOPATH: c:\gopath | |
6 branches: | |
7 only: | |
8 - master | |
9 install: | |
10 - set PATH=%GOPATH%\bin;c:\go\bin;%PATH% | |
11 - go version | |
12 build_script: | |
13 - go get -t | |
14 - go test |