simple travis CI enabling
authorbashbaug <ben.ashbaugh@intel.com>
Tue, 7 May 2019 21:02:42 +0000 (14:02 -0700)
committerAlastair Murray <alastairmurray42@gmail.com>
Tue, 21 May 2019 22:02:49 +0000 (23:02 +0100)
.travis.yml [new file with mode: 0644]

diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..0f09d80
--- /dev/null
@@ -0,0 +1,18 @@
+language: cpp
+
+compiler:
+  - gcc
+  #- clang
+
+os:
+  - linux
+  #- osx
+
+before_install:
+  - git clone https://github.com/KhronosGroup/OpenCL-Headers inc/OpenCL-Headers
+
+script:
+  - mkdir -p build
+  - cd build
+  - cmake -DOPENCL_ICD_LOADER_HEADERS_DIR=../inc/OpenCL-Headers ..
+  - make