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
ed39d151b7
v
/
cmd
/
tools
/
vbuild-vbinaries.v
10 lines
103 B
V
Raw
Normal View
History
Unescape
Escape
implement 'v build-vbinaries' tooling
2019-12-01 14:12:51 +01:00
module
main
import
testing
fn
main
(
)
{
ci: fix warnings/errors due to the vfmt change
2020-10-15 15:17:52 +02:00
if
testing
.
building_any_v_binaries_failed
(
)
{
exit
(
1
)
implement 'v build-vbinaries' tooling
2019-12-01 14:12:51 +01:00
}
}