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

FIX: Trying to fix compilation on runner servers.

parent 77077666
No related branches found
No related tags found
No related merge requests found
......@@ -14,9 +14,9 @@ win_visual_studio_static_local_deps:
- set DEPENDENCIES_LINK_TYPE=static
- set clean_after=yes
- call win_VS_build_x64_debug.bat
- cd ..\..
script:
- cd ..\..
- cd build_scripts\windows
# - call win_run_tests.bat
- cd ..\..
......@@ -80,9 +80,9 @@ ubuntu_boost_system:
- export DEPENDENCIES_LINK_TYPE=shared
- export CLEAN_AFTER=yes
- ./linux_gcc_build_x64_debug_system.sh
- cd ../..
script:
- cd ../..
- cd build_scripts/linux
# - './linux_run_tests.sh'
- cd ../..
......@@ -105,9 +105,9 @@ ubuntu_boost_local_static_deps:
- export DEPENDENCIES_LINK_TYPE=static
- export CLEAN_AFTER=yes
- ./linux_gcc_build_x64_debug_local.sh
- cd ../..
script:
- cd ../..
- cd build_scripts/linux
# - './linux_run_tests.sh'
- cd ../..
......@@ -130,9 +130,9 @@ ubuntu_boost_local_dynamic_deps:
- export DEPENDENCIES_LINK_TYPE=shared
- export CLEAN_AFTER=yes
- ./linux_gcc_build_x64_debug_local.sh
- cd ../..
script:
- cd ../..
- cd build_scripts/linux
# - './linux_run_tests.sh'
- cd ../..
......
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