From 9b959b32244cd6eb2181dff39e7a0d6e8cf7747c Mon Sep 17 00:00:00 2001 From: Martin Beseda <martinbeseda@seznam.cz> Date: Fri, 7 Sep 2018 12:17:44 +0200 Subject: [PATCH] Trying to fix CI... --- build_scripts/linux/linux_gcc_build_x64_debug_system.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build_scripts/linux/linux_gcc_build_x64_debug_system.sh b/build_scripts/linux/linux_gcc_build_x64_debug_system.sh index 55c69851..8f634728 100755 --- a/build_scripts/linux/linux_gcc_build_x64_debug_system.sh +++ b/build_scripts/linux/linux_gcc_build_x64_debug_system.sh @@ -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/* -- GitLab