Skip to content

Commit

Permalink
Test offline caching in Travis-CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ddemidov committed Sep 14, 2013
1 parent 1aedcd2 commit 2203c5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq 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:
- mkdir -p build && (cd build && cmake .. && make)
- (cd build && ./examples/devlist && ctest --output-on-failure)
- mkdir -p build && (cd build && cmake -DVEXCL_CACHE_KERNELS=ON .. && make)
- (cd build && ./examples/devlist && ctest --output-on-failure && ctest --output-on-failure)

0 comments on commit 2203c5d

Please sign in to comment.