Skip to content

Commit

Permalink
Clang with OpenGL/C/C++
Browse files Browse the repository at this point in the history
  • Loading branch information
dwilliamson committed Mar 15, 2018
1 parent 877685a commit d7df158
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ script:
- gcc -c -D RMT_USE_OPENGL=1 -x c++ lib/Remotery.c
- clang -c lib/Remotery.c
- clang -c -xc++ lib/Remotery.c
- clang -c -DRMT_USE_OPENGL=1 lib/Remotery.c
- clang -c -xc++ -DRMT_USE_OPENGL=1 lib/Remotery.c

0 comments on commit d7df158

Please sign in to comment.