We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d553cd9 commit 2b0d844Copy full SHA for 2b0d844
.travis.yml
@@ -1,7 +1,12 @@
1
language: cpp
2
+
3
compiler:
4
- gcc
- - clang
5
-# Change this to your needs
6
-script: cd examples/opengl_example && make
+before_install:
7
+ - apt-get update && apt-get install -y --no-install-recommends build-essential libglfw3-dev libglew-dev pkg-config libxrandr-dev libxi-dev
8
9
+script:
10
+ - cd examples/opengl_example && make
11
+ - cd examples/opengl3_example && make
12
0 commit comments