Skip to content
Snippets Groups Projects
Commit 9b959b32 authored by Martin Beseda's avatar Martin Beseda
Browse files

Trying to fix CI...

parent 8000ca68
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,8 @@ YELLOW='\033[1;33m'
GREEN='\033[0;32m'
WHITE='\033[1;37m'
NC='\033[0m' # No Color
echo "Building the '${CYAN}lib4neuro${NC}' project for ${WHITE}Debug${NC}"
......@@ -67,6 +69,9 @@ fi
# Clean locally stored external dependencies
echo "Removing locally stored dependencies..."
echo "${BOOST_ROOT}/external_dependencies/boost/"
ls "${BOOST_ROOT}/external_dependencies/boost/"
rm -rf ${BOOST_ROOT}/external_dependencies/boost/*
rm -rf ${BOOST_ROOT}/external_dependencies/exprtk/*
......
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