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:

committed by
Alexander Medvednikov

parent
f767218107
commit
7b1be8a2bd
2
Makefile
2
Makefile
@@ -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
|
||||
|
Reference in New Issue
Block a user