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

[travis] add local environment to make alugrid discoverable

parent bafaaaf9
No related branches found
No related tags found
No related merge requests found
......@@ -88,6 +88,10 @@ cache:
env:
global:
- BASEDIR=$HOME/src
- PATH=${BASEDIR}/local/bin:$PATH
- 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"
......
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