mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
travis: run "v -o v compiler"
This commit is contained in:

committed by
GitHub

parent
57cfdeeaf0
commit
74ec57e0e1
@ -71,6 +71,7 @@ script:
|
|||||||
- |
|
- |
|
||||||
if [[ "${TRAVIS_OS_NAME}" != "windows" ]]; then
|
if [[ "${TRAVIS_OS_NAME}" != "windows" ]]; then
|
||||||
make
|
make
|
||||||
|
./v -o v compiler
|
||||||
./v test v
|
./v test v
|
||||||
fi
|
fi
|
||||||
- |
|
- |
|
||||||
|
Reference in New Issue
Block a user