Skip to content
Snippets Groups Projects
Commit 0b6c0c3c authored by Santiago Ospina De Los Ríos's avatar Santiago Ospina De Los Ríos
Browse files

debug

parent 7f3eb8e3
No related branches found
No related tags found
1 merge request!49Resolve "Finish installation and usage instruction on the documentation"
......@@ -157,9 +157,7 @@ for module in $MODULES; do
if [[ ! -z $PATCHES ]]; then
echo "Applying patches: $PATCHES"
# change line ending to DOS if OS is windows
for patch in $PATCHES; do
[[ $MSYSTEM ]] && dos2unix $patch $patch
done
[[ $MSYSTEM ]] && dos2unix $PATCHES
git -C dune-$module apply -v $PATCHES
fi
echo ""
......@@ -171,7 +169,7 @@ for module in $MODULES; do
fi
# configure, build, and install module
$DUNECONTROL --opts=${DUNE_OPTIONS_FILE} --only=dune-$module all
$DUNECONTROL --opts=${DUNE_OPTIONS_FILE} --only=dune-$module --debug all
$SUDOCMD $DUNECONTROL --opts=${DUNE_OPTIONS_FILE} --only=dune-$module bexec cmake --build . --target install
# we want to know where the build dir is located
......
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