Skip to content

Commit 5ca2496

Browse files
bashbaugalycm
authored andcommitted
simple travis CI enabling
1 parent 26a1ca1 commit 5ca2496

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.travis.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
language: cpp
2+
3+
compiler:
4+
- gcc
5+
#- clang
6+
7+
os:
8+
- linux
9+
#- osx
10+
11+
before_install:
12+
- git clone https://github.com/KhronosGroup/OpenCL-Headers inc/OpenCL-Headers
13+
14+
script:
15+
- mkdir -p build
16+
- cd build
17+
- cmake -DOPENCL_ICD_LOADER_HEADERS_DIR=../inc/OpenCL-Headers ..
18+
- make

0 commit comments

Comments
 (0)