This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
v
Watch
1
Star
0
Fork
0
You've already forked v
mirror of
https://github.com/vlang/v.git
synced
2023-08-10 21:13:21 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
1143320b8b
v
/
.github
/
workflows
/
alpine.build.sh
16 lines
82 B
Bash
Raw
Normal View
History
Unescape
Escape
enable alpine/musl CI tests
2019-11-28 11:46:52 +03:00
#!/bin/sh -l
set
-e
pwd
uname -a
makefile: run make with -j4 on unix CIs
2019-12-22 00:09:33 +03:00
make -j4
enable alpine/musl CI tests
2019-11-28 11:46:52 +03:00
cmd/v: rewrite flags
2020-03-06 20:53:29 +03:00
./v -version
enable alpine/musl CI tests
2019-11-28 11:46:52 +03:00
du -s .
echo
"DONE"
Reference in New Issue
Copy Permalink