Commit 16e4df34 authored by Jeremy Francis Reizenstein's avatar Jeremy Francis Reizenstein
Browse files

don't continue after build failure

parent 59442d9b
......@@ -5,5 +5,4 @@
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree.
rm -rf build/ dist/ sparseconvnet.egg-info
python setup.py install
python examples/hello-world.py
python setup.py install && python examples/hello-world.py
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment