mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
ci: use -silent in more jobs that produce a lot of OK lines normally (for test-cleancode, test-self, build-examples, build-tools)
This commit is contained in:
parent
f83c8bf478
commit
8241f22116
11 changed files with 78 additions and 82 deletions
|
@ -24,7 +24,7 @@ The code is available [here](./code/blog).
|
|||
### Installing V
|
||||
|
||||
```
|
||||
wget https://github.com/vlang/v/releases/latest/download/v_linux.zip
|
||||
wget --quiet https://github.com/vlang/v/releases/latest/download/v_linux.zip
|
||||
unzip v_linux.zip
|
||||
cd v
|
||||
sudo ./v symlink
|
||||
|
@ -423,4 +423,4 @@ Without this flag mbedtls will be embedded, and the binary size will increase to
|
|||
|
||||
### To be continued...
|
||||
|
||||
For an example of a more sophisticated web app written in V, check out Vorum: https://github.com/vlang/vorum
|
||||
For an example of a more sophisticated web app written in V, check out Vorum: https://github.com/vlang/vorum
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue