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
d359a7aefb
v
/
.github
/
workflows
/
alpine.test.sh
18 lines
108 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
du -s .
ls -lat
v test v => v test-compiler
2019-12-01 12:50:13 +03:00
./v test-compiler
enable alpine/musl CI tests
2019-11-28 11:46:52 +03:00
implement 'v build-vbinaries' tooling
2019-12-01 16:12:51 +03:00
./v build-vbinaries
enable alpine/musl CI tests
2019-11-28 11:46:52 +03:00
echo
"DONE"
Reference in New Issue
Copy Permalink