Skip to content

Commit

Permalink
debug travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Marchetto committed Jun 30, 2014
1 parent 58a53d3 commit 69f5f91
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Examples/Makefile.in
Expand Up @@ -1739,6 +1739,8 @@ scilab: $(SRCDIR_SRCS)
fi \
fi \
fi
echo $(abspath ../../../../../Examples/scilab/class)
ls ../../../../../Examples/scilab/class
env LD_LIBRARY_PATH=.:$$LD_LIBRARY_PATH MAKEFLAGS="-j1" $(RUNTOOL) $(SCILAB) $(SCILAB_OPT) -e "disp(ls()); exit(exec('builder.sce', 'errcatch', 3))"; \

# ----------------------------------------------------------------
Expand Down Expand Up @@ -1775,6 +1777,8 @@ scilab_cpp: $(SRCDIR_SRCS)
fi \
fi \
fi
echo $(abspath ../../../../../Examples/scilab/class)
ls ../../../../../Examples/scilab/class
env LD_LIBRARY_PATH=.:$$LD_LIBRARY_PATH MAKEFLAGS="-j1" $(RUNTOOL) $(SCILAB) $(SCILAB_OPT) -e "disp(pwd()); disp(ls()); exit(exec('builder.sce', 'errcatch', 3))"; \

# -----------------------------------------------------------------
Expand Down

0 comments on commit 69f5f91

Please sign in to comment.