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

CI: Add back erased commits and dont test hot code examples

This commit is contained in:
Henrixounez
2019-07-08 04:16:20 +02:00
committed by Alexander Medvednikov
parent f767218107
commit 7b1be8a2bd
3 changed files with 42 additions and 11 deletions

View File

@@ -14,7 +14,7 @@ test: v
echo "Running V tests..."
find . -name '*_test.v' -print0 | xargs -0 -n1 ./v
echo "Building V examples..."
find examples -name '*.v' -print0 | xargs -0 -n1 ./v
find examples -name '*.v' -not -path "examples/hot_code_reloading/*" -print0 | xargs -0 -n1 ./v
clean:
-rm -f v.c v vprod