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
b255fef686
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 16:12:51 +03:00
module
main
import
testing
fn
main
(
)
{
ci: fix warnings/errors due to the vfmt change
2020-10-15 16:17:52 +03:00
if
testing
.
building_any_v_binaries_failed
(
)
{
exit
(
1
)
implement 'v build-vbinaries' tooling
2019-12-01 16:12:51 +03:00
}
}
Reference in New Issue
Copy Permalink