2014-12-06 21:50:27 +01:00
|
|
|
language: cpp
|
2015-10-19 20:57:46 +02:00
|
|
|
sudo: false
|
2014-12-06 21:56:34 +01:00
|
|
|
|
2014-12-07 00:01:41 +01:00
|
|
|
os:
|
2014-12-07 00:17:30 +01:00
|
|
|
- linux
|
2014-12-07 00:01:41 +01:00
|
|
|
|
2014-12-06 21:50:27 +01:00
|
|
|
compiler:
|
|
|
|
- gcc
|
2014-12-07 10:48:01 +01:00
|
|
|
- clang
|
2014-12-06 21:56:34 +01:00
|
|
|
|
2015-10-19 20:59:53 +02:00
|
|
|
addons.apt.packages:
|
|
|
|
- libglfw3-dev
|
|
|
|
- libxrandr-dev
|
|
|
|
- libxi-dev
|
|
|
|
- libxxf86vm-dev
|
2015-10-19 20:57:46 +02:00
|
|
|
|
2014-12-06 21:56:34 +01:00
|
|
|
script:
|
2014-12-07 00:30:38 +01:00
|
|
|
- make -C examples/opengl_example
|
|
|
|
- make -C examples/opengl3_example
|
2014-12-06 21:50:27 +01:00
|
|
|
|