From d0a01e419c08290b0b3447506e3b4578deff4a97 Mon Sep 17 00:00:00 2001 From: Michal Kravcenko <michal.kravcenko@vsb.cz> Date: Fri, 21 Sep 2018 14:45:37 +0200 Subject: [PATCH] FIX: compilation scripts --- .gitlab-ci.yml | 2 ++ build_scripts/linux/linux_gcc_build_x64_debug_local.sh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d6427de5..de6aa669 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -97,6 +97,7 @@ ubuntu_boost_local_static_deps: image: martinbeseda/ubuntu-ci:latest before_script: + - export TERM=xterm - cd build_scripts/linux - ./download_dependencies.sh - export DEPENDENCIES_LINK_TYPE=static @@ -119,6 +120,7 @@ ubuntu_boost_local_dynamic_deps: image: martinbeseda/ubuntu-ci:latest before_script: + - export TERM=xterm - cd build_scripts/linux - ./download_dependencies.sh - export DEPENDENCIES_LINK_TYPE=shared diff --git a/build_scripts/linux/linux_gcc_build_x64_debug_local.sh b/build_scripts/linux/linux_gcc_build_x64_debug_local.sh index 4bb73b68..0b7c6359 100755 --- a/build_scripts/linux/linux_gcc_build_x64_debug_local.sh +++ b/build_scripts/linux/linux_gcc_build_x64_debug_local.sh @@ -13,7 +13,7 @@ BUILD_EXAMPLES=yes BUILD_TESTS=yes # Should we rebuild BOOST? (yes/no) -REBUILD_BOOST=no +REBUILD_BOOST=yes # Should we build the lib4neuro library? (yes) BUILD_LIB=yes -- GitLab