Skip to content

Commit

Permalink
Merge pull request #32 from ddemidov/travis-vexcl
Browse files Browse the repository at this point in the history
Testing VexCL interoperation on Travis-CI
  • Loading branch information
roystgnr committed Oct 31, 2013
2 parents 4048919 + d44c085 commit bcba256
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@ compiler:
- clang
before_script:
- sudo apt-get update -qq
- sudo apt-get install -qq libeigen3-dev
script: ./bootstrap && ./configure && make && make check || (cat test/test-suite.log && false)
- sudo apt-get install -qq libeigen3-dev fglrx opencl-headers libboost-chrono1.48-dev libboost-date-time1.48-dev libboost-filesystem1.48-dev libboost-system1.48-dev libboost-thread1.48-dev libboost-program-options1.48-dev libboost-test1.48-dev
script:
- git clone https://github.com/ddemidov/vexcl
- ./bootstrap && ./configure --with-vexcl=${PWD}/vexcl
- make && make check || (cat test/test-suite.log && false)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Build Status](https://travis-ci.org/libantioch/antioch.png)](https://travis-ci.org/libantioch/antioch.png)
[![Build Status](https://travis-ci.org/libantioch/antioch.png)](https://travis-ci.org/libantioch/antioch)

Antioch
=======
Expand Down

0 comments on commit bcba256

Please sign in to comment.