Skip to content

Commit

Permalink
simple travis CI enabling
Browse files Browse the repository at this point in the history
  • Loading branch information
bashbaug authored and alycm committed May 21, 2019
1 parent 26a1ca1 commit 5ca2496
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 5ca2496

Please sign in to comment.