projects
/
platform
/
upstream
/
OpenCL-ICD-Loader.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26a1ca1
)
simple travis CI enabling
author
bashbaug
<ben.ashbaugh@intel.com>
Tue, 7 May 2019 21:02:42 +0000
(14:02 -0700)
committer
Alastair Murray
<alastairmurray42@gmail.com>
Tue, 21 May 2019 22:02:49 +0000
(23:02 +0100)
.travis.yml
[new file with mode: 0644]
patch
|
blob
diff --git a/.travis.yml
b/.travis.yml
new file mode 100644
(file)
index 0000000..
0f09d80
--- /dev/null
+++ b/
.travis.yml
@@ -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