1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

ci: be more verbose in the Updating V... job

This commit is contained in:
Delyan Angelov 2020-12-28 10:43:24 +02:00
parent 100b3704cd
commit ae5cfa70e9
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -761,10 +761,10 @@ jobs:
- name: v up
run: |
./v cmd/tools/oldv.v
./cmd/tools/oldv HEAD^^^^^
./cmd/tools/oldv -v HEAD^^^^^
cd /tmp/v_at_HEAD_____/
./v version
./v up
./v -v up
./v version
./v -o v2 cmd/v
./v2 -o v3 cmd/v