Mercurial > yakumo_izuru > aya
view vendor/github.com/sirupsen/logrus/appveyor.yml @ 69:03019bbf2e0e draft
Fix a bug that I caused
Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>
author | yakumo.izuru |
---|---|
date | Sat, 16 Sep 2023 16:11:35 +0000 |
parents | 787b5ee0289d |
children |
line wrap: on
line source
version: "{build}" platform: x64 clone_folder: c:\gopath\src\github.com\sirupsen\logrus environment: GOPATH: c:\gopath branches: only: - master install: - set PATH=%GOPATH%\bin;c:\go\bin;%PATH% - go version build_script: - go get -t - go test