appveyor: more output

This commit is contained in:
Martin Holst Swende 2022-09-06 09:18:19 +02:00
parent ce65706784
commit 3584edae5d
No known key found for this signature in database
GPG Key ID: 683B438C05A5DDF0
1 changed files with 7 additions and 4 deletions

View File

@ -16,8 +16,8 @@ environment:
install:
# - git submodule update --init --depth 1 --recursive
- gvm install go1.18.5
- go version
# - gvm install go1.18.5
# - go version
for:
# Linux has its own script without -arch and -cc.
@ -25,9 +25,12 @@ for:
- matrix:
only:
- image: Ubuntu
# environment:
# GOPATH: /usr/go/
environment:
GOPATH: /usr/go/
build_script:
- echo $PATH
- ls -l /usr/go
- /usr/go version
- go version
- go run build/ci.go lint
- go run build/ci.go install -dlgo