Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
lib4neuro
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MolDyn
lib4neuro
Commits
a152bf0d
Commit
a152bf0d
authored
6 years ago
by
Martin Beseda
Browse files
Options
Downloads
Patches
Plain Diff
[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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+13
-0
13 additions, 0 deletions
.gitlab-ci.yml
with
13 additions
and
0 deletions
.gitlab-ci.yml
+
13
−
0
View file @
a152bf0d
...
@@ -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/*
This diff is collapsed.
Click to expand it.
Martin Beseda
@bes0030
mentioned in commit
12fc359a
·
6 years ago
mentioned in commit
12fc359a
mentioned in commit 12fc359aed5330bff04b002a9a134e423071c5f8
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment