mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
travis: install glfw vpm module
This commit is contained in:

committed by
GitHub

parent
cdfc4c8372
commit
3cd88cbb6f
@ -39,5 +39,6 @@ script:
|
|||||||
- |
|
- |
|
||||||
if [[ "${TRAVIS_OS_NAME}" != "windows" ]]; then
|
if [[ "${TRAVIS_OS_NAME}" != "windows" ]]; then
|
||||||
make
|
make
|
||||||
|
./v install glfw
|
||||||
make test
|
make test
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user