Skip to content

Commit

Permalink
[travis] custom allocator build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
PJK committed Apr 25, 2015
1 parent 43f2723 commit ce3b1b2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,9 @@ before_install:
compiler:
- gcc
- clang
matrix:
include:
- env: CUSTOM_ALLOC=ON
- env: CUSTOM_ALLOC=OFF
script:
- export SOURCE=$(pwd) && mkdir /tmp/build && (cd /tmp/build && cmake -DCMAKE_BUILD_TYPE=Debug $SOURCE && make && ctest -V)
- export SOURCE=$(pwd) && mkdir /tmp/build && (cd /tmp/build && cmake -DCUSTOM_ALLOC=$CUSTOM_ALLOC -DCMAKE_BUILD_TYPE=Debug $SOURCE && make && ctest -V)

0 comments on commit ce3b1b2

Please sign in to comment.