echo rebuild from source (twice, in case of C definitions changes)
v2.exe -o v3.exe v.v
v2.exe -cc msvc -o v3.exe v.v
v3.exe -cc msvc -o v.exe -prod v.v
if%ERRORLEVEL%NEQ 0 (
echo V failed to build itself
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.