mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
Travis: build Vid
This commit is contained in:
parent
66ffa764dd
commit
2f29246c3f
@ -48,3 +48,8 @@ script:
|
|||||||
./v install glfw
|
./v install glfw
|
||||||
make test
|
make test
|
||||||
fi
|
fi
|
||||||
|
- |
|
||||||
|
if [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then
|
||||||
|
git clone https://github.com/vlang/vid
|
||||||
|
cd vid && v .
|
||||||
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user