Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
kardolus
GitHub Repository: kardolus/chatgpt-cli
Path: blob/main/vendor/github.com/spf13/afero/appveyor.yml
2875 views
1
# This currently does nothing. We have moved to GitHub action, but this is kept
2
# until spf13 has disabled this project in AppVeyor.
3
version: '{build}'
4
clone_folder: C:\gopath\src\github.com\spf13\afero
5
environment:
6
GOPATH: C:\gopath
7
build_script:
8
- cmd: >-
9
go version
10
11
12