From 6c40d66cee92519ba8b5bf93e0b60670160733a7 Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Tue, 30 Jun 2015 16:03:37 -0500
Subject: [PATCH] Test OpenGL bindings build

---
 .gitlab-ci.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b97826a7..64ced1df 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,13 +1,15 @@
-"Python 2.7 AMD CPU (+special func)":
+"Python 2.7 AMD CPU (+GL and special func)":
   script:
   - export PY_EXE=python2.7
   - export PYOPENCL_TEST=amd:pu
   - export EXTRA_INSTALL="numpy mako scipy pyfmmlib"
+  - echo "CL_ENABLE_GL = True" > siteconf.py
   - curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project.sh
   - ". ./build-and-test-py-project.sh"
   tags:
   - python2.7
   - amd-cl-cpu
+  - opengl
   except:
   - tags
 Python 2.7 Intel CPU:
-- 
GitLab