From d553cd96b0b6a7f11cdda9c1396ec67726ee1732 Mon Sep 17 00:00:00 2001 From: ocornut Date: Sat, 6 Dec 2014 20:50:27 +0000 Subject: [PATCH] Setup Travis CI integration Testing. --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..90d0c9df --- /dev/null +++ b/.travis.yml @@ -0,0 +1,7 @@ +language: cpp +compiler: + - gcc + - clang +# Change this to your needs +script: cd examples/opengl_example && make +