1
0
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:
Alexander Medvednikov 2019-08-08 15:17:10 +02:00 committed by GitHub
parent 66ffa764dd
commit 2f29246c3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,3 +48,8 @@ script:
./v install glfw
make test
fi
- |
if [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then
git clone https://github.com/vlang/vid
cd vid && v .
fi