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

[ENH] Stopped launching CI for pushed frozen branches references (i.e. archive/* tags).

parent d7dcb21f
No related branches found
No related tags found
No related merge requests found
...@@ -23,6 +23,9 @@ win_visual_studio_static_local_deps: ...@@ -23,6 +23,9 @@ win_visual_studio_static_local_deps:
script: script:
- call build_scripts\windows\win_VS_build_x64_release.bat - call build_scripts\windows\win_VS_build_x64_release.bat
except:
- archive/*
# Latest Ubuntu with dependencies # Latest Ubuntu with dependencies
# in system directories, Boost # in system directories, Boost
# installed from the official repository # installed from the official repository
...@@ -42,6 +45,9 @@ ubuntu_boost_system: ...@@ -42,6 +45,9 @@ ubuntu_boost_system:
script: script:
- build_scripts/linux/linux_gcc_build_x64_debug_system.sh - build_scripts/linux/linux_gcc_build_x64_debug_system.sh
except:
- archive/*
# Latest Ubuntu with dependencies # Latest Ubuntu with dependencies
# downloaded (and compiled) locally # downloaded (and compiled) locally
ubuntu_boost_local_static_deps: ubuntu_boost_local_static_deps:
...@@ -60,6 +66,9 @@ ubuntu_boost_local_static_deps: ...@@ -60,6 +66,9 @@ ubuntu_boost_local_static_deps:
script: script:
- build_scripts/linux/linux_gcc_build_x64_debug_local.sh - build_scripts/linux/linux_gcc_build_x64_debug_local.sh
except:
- archive/*
# Latest CentOS with dependencies # Latest CentOS with dependencies
# downloaded (and compiled) locally # downloaded (and compiled) locally
centos_local_deps: centos_local_deps:
...@@ -77,3 +86,7 @@ centos_local_deps: ...@@ -77,3 +86,7 @@ centos_local_deps:
script: script:
- scl enable devtoolset-8 -- build_scripts/linux/linux_gcc_build_x64_debug_local.sh - scl enable devtoolset-8 -- build_scripts/linux/linux_gcc_build_x64_debug_local.sh
except:
- archive/*
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