[mlpack-git] master: travis.yml: pwd for debug (db62d55)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Sun Feb 15 15:11:29 EST 2015


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

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/0bb8b0f4e578bcefbd435d31708d7b49987617e3...c42ca0ee5228ba83123767ea8899fcf6e4817b42

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

commit db62d55a117ee01b82dfeb6153c43d6cf2995913
Author: Stephen Tu <tu.stephenl at gmail.com>
Date:   Sat Feb 14 23:21:33 2015 -0800

    travis.yml: pwd for debug


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

db62d55a117ee01b82dfeb6153c43d6cf2995913
 .travis.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 1ba0284..6b66c0c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,6 +10,8 @@ before_install:
   - printenv
   - sudo cp .travis/config.hpp /usr/include/armadillo_bits/config.hpp
 install:
+  - pwd
   - mkdir build && cd build && cmake .. && make -j4 
 script:
-  - cd build && make test
+  - pwd
+  - make test



More information about the mlpack-git mailing list