mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-03-01 04:55:03 +00:00
travis
This commit is contained in:
16
.travis.yml
Normal file
16
.travis.yml
Normal file
@ -0,0 +1,16 @@
|
||||
language: cpp
|
||||
|
||||
compiler:
|
||||
- clang
|
||||
- gcc
|
||||
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- libsdl2-dev
|
||||
- libglew-dev
|
||||
- libftgl-dev
|
||||
- libsdl2-dev
|
||||
- libdevil-dev
|
||||
|
||||
script: make -j4
|
||||
Reference in New Issue
Block a user