[clinfo] 12/55: Add travis control file

Andreas Beckmann anbe at moszumanska.debian.org
Sat Jan 13 14:39:59 UTC 2018


This is an automated email from the git hooks/post-receive script.

anbe pushed a commit to branch master
in repository clinfo.

commit bc67d2032020cc45311001eec3ded54ccb5fce2c
Author: Giuseppe Bilotta <giuseppe.bilotta at gmail.com>
Date:   Fri Jun 20 10:55:32 2014 +0200

    Add travis control file
---
 .travis.yml | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..7f4ffe6
--- /dev/null
+++ b/.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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opencl/clinfo.git



More information about the Pkg-opencl-commits mailing list