fixed charta indexing

This commit is contained in:
2026-03-31 14:40:25 +02:00
parent ec51bf6e34
commit 587ea5ba29
38 changed files with 626 additions and 358 deletions
+7 -9
View File
@@ -1,14 +1,12 @@
version: "{build}"
# Minimal stub to satisfy AppVeyor CI
version: 1.0.{build}
platform: x64
clone_folder: c:\gopath\src\github.com\sirupsen\logrus
environment:
GOPATH: c:\gopath
shallow_clone: true
branches:
only:
- master
install:
- set PATH=%GOPATH%\bin;c:\go\bin;%PATH%
- go version
- main
build_script:
- go get -t
- go test
- echo "No-op build to satisfy AppVeyor CI"