summaryrefslogtreecommitdiff
path: root/.travis.yml
AgeCommit message (Collapse)Author
2017-01-24.travis.yml: do not build for osx twice, there's no gcc thereIvan Shapovalov
2016-07-28.travis.yml: use OpenCL ICD Loader and headers shipped by distroIvan Shapovalov
Using our own headers causes problems with CMake which does not like having OpenCL header path inside of the source tree. While at it, use distro's universal OpenCL loader as well.
2016-06-27Added Appveyor Windows CI supportCedric Nugteren
2016-06-27Increased coverage of Travis CI automatic buildsCedric Nugteren
2016-03-13Updated Travis to reflect the changes in the Khronos websiteCedric Nugteren
2016-03-13Updated Travis script to take into account the missing OpenCL packagesCedric Nugteren
2016-03-13Updated Travis script to fix the fglrx=2:8.960-0ubuntu1 issueCedric Nugteren
2015-10-17Travis now also build the development branchCNugteren
2015-09-14Made Travis always build pushes to the master branchCNugteren
2015-08-19Now using apt-get directly in TravisCNugteren
2015-08-19Updated fglrx package in TravisCNugteren
2015-08-19Added OpenCL and Clang to travisCNugteren
2015-08-18Added GCC 4.8 and updated CMakeCNugteren
2015-08-18Added initial .travis.yml fileCNugteren