This website requires JavaScript.
Explore
Help
Sign In
vieter-v
/
v
Watch
2
Star
0
Fork
You've already forked v
0
Code
Issues
Pull Requests
Releases
Activity
a6dfc6d46b
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 09:46:52 +01:00
#!/bin/sh -l
set
-e
pwd
uname -a
makefile: run make with -j4 on unix CIs
2019-12-21 22:09:33 +01:00
make -j4
enable alpine/musl CI tests
2019-11-28 09:46:52 +01:00
cmd/v: rewrite flags
2020-03-06 18:53:29 +01:00
./v -version
enable alpine/musl CI tests
2019-11-28 09:46:52 +01:00
du -s .
echo
"DONE"