mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-03-03 14:05:17 +00:00
Forgot to add libglm...again
This commit is contained in:
@ -36,6 +36,7 @@ matrix:
|
||||
- libftgl-dev
|
||||
- libsdl2-dev
|
||||
- libdevil-dev
|
||||
- libglm-dev
|
||||
env:
|
||||
- MATRIX_EVAL="CC=clang-5.0 && CXX=clang++-5.0"
|
||||
# linux/gcc
|
||||
@ -51,6 +52,7 @@ matrix:
|
||||
- libftgl-dev
|
||||
- libsdl2-dev
|
||||
- libdevil-dev
|
||||
- libglm-dev
|
||||
env:
|
||||
- MATRIX_EVAL="CC=gcc-7 && CXX=g++-7"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user