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

[ENH] Added removal of previously built dependencies and binaries to CI.

parent 1e2cf273
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,7 @@ win_visual_studio_static_local_deps:
stage: build
before_script:
- rmdir /s /q build external_dependencies/*
- call VsDevCmd.bat
- set DEPENDENCIES_LINK_TYPE=static
- set clean_after=yes
......@@ -35,6 +36,7 @@ win_visual_studio_2015_static_local_deps:
stage: build
before_script:
- rmdir /s /q build external_dependencies/*
- set DEPENDENCIES_LINK_TYPE=static
- set clean_after=yes
- set BUILD_LIB=yes
......@@ -53,6 +55,7 @@ ubuntu_boost_system:
stage: build
before_script:
- rm -rf build external_dependencies/*
- export TERM=xterm
- export DEPENDENCIES_LINK_TYPE=shared
- export CLEAN_AFTER=yes
......@@ -71,6 +74,7 @@ ubuntu_boost_local_static_deps:
stage: build
before_script:
- rm -rf build external_dependencies/*
- export TERM=xterm
- export DEPENDENCIES_LINK_TYPE=static
- export CLEAN_AFTER=yes
......@@ -89,6 +93,7 @@ centos_local_deps:
stage: build
before_script:
- rm -rf build external_dependencies/*
- export TERM=xterm
- export DEPENDENCIES_LINK_TYPE=static
- export CLEAN_AFTER=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