forked from michael/leanshot
also install libs for regular build
This commit is contained in:
parent
9f3e311267
commit
129ca1e221
1 changed files with 3 additions and 0 deletions
|
@ -11,6 +11,9 @@ matrix:
|
||||||
services:
|
services:
|
||||||
- docker
|
- docker
|
||||||
|
|
||||||
|
before_script:
|
||||||
|
- sudo apt-get update -y && sudo apt-get install -y cmake libgles2-mesa-dev libglew-dev libglfw3-dev libglm-dev libgtk-3-dev
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- if [ -z "$TRAVIS_TAG" ]; then cargo test --all; fi
|
- if [ -z "$TRAVIS_TAG" ]; then cargo test --all; fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue