appveyor: more output
This commit is contained in:
parent
ce65706784
commit
3584edae5d
11
appveyor.yml
11
appveyor.yml
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue