Skip to content

Commit

Permalink
Add travis control file
Browse files Browse the repository at this point in the history
  • Loading branch information
Oblomov committed Feb 9, 2017
1 parent 2bd2c79 commit bc67d20
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .travis.yml
@@ -0,0 +1,18 @@
os:
- linux
- osx

dist: trusty
addons:
apt:
sources:
- sourceline: "deb http://archive.ubuntu.com/ubuntu trusty universe"
packages:
- ocl-icd-opencl-dev

language: c
compiler:
- gcc
- clang

script: make && ./clinfo

0 comments on commit bc67d20

Please sign in to comment.