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

[travis] fix dunecontrol call

parent 46c7ce44
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 --disable-parallel"
- export SRC_DCTRL="$PWD/dune-common/bin/dunecontrol"
- ${SRC_DCTRL} ${BLD} all
# move my travis checkout into this source tree
- cp -ra ${TRAVIS_BUILD_DIR} .
......@@ -89,6 +89,7 @@ cache:
env:
global:
- 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.
Please register or to comment