[mlpack-git] master: Compile in non-debug mode for faster tests. (7b68ca3)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Mon Aug 31 18:45:35 EDT 2015


Repository : https://github.com/mlpack/mlpack

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/b34381d94ec4d8f026a2954f8376b9df5a4d661d...7b68ca3376ccf081e82146ef02710eedcd4f3aa8

>---------------------------------------------------------------

commit 7b68ca3376ccf081e82146ef02710eedcd4f3aa8
Author: Ryan Curtin <ryan at ratml.org>
Date:   Mon Aug 31 18:45:24 2015 -0400

    Compile in non-debug mode for faster tests.


>---------------------------------------------------------------

7b68ca3376ccf081e82146ef02710eedcd4f3aa8
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 2024f96..18b2fa4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,7 +11,7 @@ before_install:
   - printenv
   - sudo cp .travis/config.hpp /usr/include/armadillo_bits/config.hpp
 install:
-  - mkdir build && cd build && cmake .. && make -j4 
+  - mkdir build && cd build && cmake -DDEBUG=OFF -DPROFILE=OFF .. && make -j4
 script:
   - ./bin/mlpack_test -p
 notifications:



More information about the mlpack-git mailing list