1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

use matrix and add osx build

This commit is contained in:
S-YOU
2019-06-26 08:26:26 +09:00
committed by Alex Medvednikov
parent 7a2d9ef06e
commit 6a0ac35af2
3 changed files with 24 additions and 13 deletions

View File

@ -7,8 +7,8 @@ v: v.c
v.c:
wget https://raw.githubusercontent.com/vlang/vc/master/v.c
test:
find .. -name '*_test.v' | xargs v {}
test: v
find .. -name '*_test.v' | xargs ./v {}
clean:
-rm v.c