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