Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/graph.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsoumith <soumith@gmail.com>2015-11-12 05:37:23 +0300
committersoumith <soumith@gmail.com>2015-11-12 05:37:23 +0300
commit9cecf1044a40934ef9fb5ab6d23b1bea763496a7 (patch)
treea8753d36be9f54eccc3f16a39a4a7568e749402a
parent0d85da7a95fcc9385e30e989d89b996f4416137a (diff)
travis fixes
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 5f1c253..2d6938a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -50,14 +50,14 @@ before_script:
- export CMAKE_LIBRARY_PATH=$HOME/OpenBlasInstall/include:$HOME/OpenBlasInstall/lib:$CMAKE_LIBRARY_PATH
- cmake .. -DCMAKE_INSTALL_PREFIX="${INSTALL_PREFIX}" -DCMAKE_BUILD_TYPE=Release -DWITH_${TORCH_LUA_VERSION}=ON
- make && make install
+- ${INSTALL_PREFIX}/bin/luarocks install totem
- cd $ROOT_TRAVIS_DIR
- export LD_LIBRARY_PATH=${INSTALL_PREFIX}/lib:$LD_LIBRARY_PATH
script:
-- ${INSTALL_PREFIX}/bin/luarocks make
+- ${INSTALL_PREFIX}/bin/luarocks make rocks/graph-scm-1.rockspec
- export PATH=${INSTALL_PREFIX}/bin:$PATH
- export TESTLUA=$(which luajit lua | head -n 1)
- ${TESTLUA} -lgraph -e "print('graph loaded succesfully')"
-- ${INSTALL_PREFIX}/bin/luarocks install totem
- cd test
- ${TESTLUA} test_graph.lua
- ${TESTLUA} test_graphviz.lua