Skip to content
Snippets Groups Projects
Commit d0a01e41 authored by Michal Kravcenko's avatar Michal Kravcenko
Browse files

FIX: compilation scripts

parent 446c03e4
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
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