Skip to content

Commit

Permalink
add travis to trepl
Browse files Browse the repository at this point in the history
  • Loading branch information
hughperkins committed Jun 16, 2016
1 parent 2edc7a7 commit be87870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ script:
- mv ~install.sh install.sh
- chmod +x install.sh
- cat install.sh
- for pkg in opencl/cltorch opencl/clnn exe/luajit-rocks extra/nn pkg/cwrap pkg/paths pkg/sundown pkg/optim pkg/sys pkg/xlua pkg/image pkg/sys pkg/torch pkg/paths extra/penlight extra/lua-cjson extra/luaffifb extra/luafilesystem; do { git submodule update --init $pkg; } done
- for pkg in opencl/cltorch opencl/clnn exe/luajit-rocks extra/nn pkg/cwrap pkg/paths pkg/sundown pkg/optim pkg/sys pkg/xlua pkg/image pkg/sys pkg/torch exe/trepl pkg/paths extra/penlight extra/lua-cjson extra/luaffifb extra/luafilesystem; do { git submodule update --init $pkg; } done
- sed -i -e 's/$(MAKE)/$(MAKE) -j 4/' pkg/torch/rocks/torch-scm-1.rockspec
- ./install.sh -b
- source ~/torch-cl/install/bin/torch-activate
Expand Down

0 comments on commit be87870

Please sign in to comment.