Skip to content

Commit

Permalink
Refactor compile flags setting
Browse files Browse the repository at this point in the history
add libshogun and python_modular tests via ctest
Travis: change script and add memory check target with ctest
  • Loading branch information
vigsterkr committed Aug 1, 2013
1 parent 0ec5151 commit 1ee5198
Show file tree
Hide file tree
Showing 12 changed files with 124 additions and 98 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -43,4 +43,4 @@ before_install:
- sudo apt-get install -qq cdbs libeigen3-dev libarpack2-dev libatlas-base-dev libblas-dev libglpk-dev libhdf5-serial-dev libjson0-dev swig zlib1g-dev libxml2-dev libreadline6-dev libreadline-dev libsnappy-dev liblzo2-dev liblzma-dev liblapack-dev gdb cmake $EXTRA_PACKAGES
- wget http://googlemock.googlecode.com/files/gmock-1.6.0.zip && unzip gmock-1.6.0.zip
before_script: mkdir build && cd build
script: cmake $CMAKE_OPTIONS .. && make -j 4 && sudo make install && make tests && make unit-tests
script: cmake $CMAKE_OPTIONS .. && make -j 4 && sudo make install && make test && ctest -D MemoryCheck

0 comments on commit 1ee5198

Please sign in to comment.