Skip to content
Snippets Groups Projects
Commit a81f0efd authored by Dr. Felix Tobias Schindler's avatar Dr. Felix Tobias Schindler
Browse files

Revert "[travis] fix dunecontrol call"

This reverts commit 7fa44f8e87c7a4eb48d0c1eb245747b03b806581.
parent 6932c380
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ before_install:
install:
- cd $HOME/src
#- export INST_DCTRL=$HOME/dune/bin/dunecontrol
- export SRC_DCTRL="$PWD/dune-common/bin/dunecontrol"
- export SRC_DCTRL="$PWD/dune-common/bin/dunecontrol --disable-parallel"
- ${SRC_DCTRL} ${BLD} all
# move my travis checkout into this source tree
- cp -ra ${TRAVIS_BUILD_DIR} .
......@@ -93,7 +93,6 @@ env:
- LD_LIBRARY_PATH=${BASEDIR}/local/lib64:${BASEDIR}/local/lib:$LD_LIBRARY_PATH
- PKG_CONFIG_PATH=${BASEDIR}/local/lib64/pkgconfig:${BASEDIR}/local/lib/pkgconfig:${BASEDIR}/local/share/pkgconfig:$PKG_CONFIG_PATH
- MY_MODULE=dune-gdt DUNE_BUILD_DIR=build INSTALL_DIR=$HOME/dune CTEST_OUTPUT_ON_FAILURE=1
- CONFIGURE_FLAGS="--disable-parallel"
- DCTL_ARGS="--builddir=${DUNE_BUILD_DIR} --use-cmake"
- DBG="${DCTL_ARGS} --opts=config.opts/travis.make.debug"
- REL="${DCTL_ARGS} --opts=config.opts/travis.make.release"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment