Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gmsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Romin Tomasetti
gmsh
Commits
fb26e17e
Commit
fb26e17e
authored
Nov 8, 2017
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
better snaphot/release strategy
parent
921901b5
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+38
-19
38 additions, 19 deletions
.gitlab-ci.yml
with
38 additions
and
19 deletions
.gitlab-ci.yml
+
38
−
19
View file @
fb26e17e
...
...
@@ -67,7 +67,7 @@ windows64_msvc:
# Official Linux builds (master branch only)
# ------------------------------------------
linux64_official
:
&
ref_
linux64_official
.
linux64_official
:
&linux64_official
only
:
-
master
script
:
...
...
@@ -80,13 +80,16 @@ linux64_official: &ref_linux64_official
tags
:
-
linux64
-
official
linux64_official_snapshot
:
<<
:
*linux64_official
except
:
-
tags
linux64_official_release
:
variables
:
EXTRA_VERSION
:
"
"
<<
:
*
ref_
linux64_official
<<
:
*linux64_official
only
:
-
/^gmsh_.*$/
...
...
@@ -94,7 +97,7 @@ linux64_official_release:
# Official Windows builds (master branch only)
# --------------------------------------------
.windows_official
:
&
ref_
windows_official
.windows_official
:
&windows_official
only
:
-
master
script
:
...
...
@@ -104,33 +107,41 @@ linux64_official_release:
-
bash -c "/usr/bin/make package -j 1"
-
bash -c "/usr/bin/scp -o StrictHostKeyChecking=no -i /home/geuzaine/.ssh/id_rsa gmsh-*.zip geuzaine@gmsh.info:.wwwgmsh/bin/Windows/"
-
bash -c "/usr/bin/ctest -D Experimental -j 1 --output-on-failure"
windows64_official_snapshot
:
<<
:
*windows_official
tags
:
-
windows64
-
official
except
:
-
tags
windows64_official
:
&ref_windows64_official
<<
:
*ref_windows_official
windows64_official_release
:
variables
:
EXTRA_VERSION
:
"
"
<<
:
*windows_official
tags
:
-
windows64
-
official
only
:
-
/^gmsh_.*$/
windows32_official
:
&ref_windows32_official
<<
:
*
ref_
windows_official
windows32_official
_snapshot
:
<<
:
*windows_official
tags
:
-
windows32
-
official
except
:
-
tags
allow_failure
:
true
windows64_official_release
:
variables
:
EXTRA_VERSION
:
"
"
<<
:
*ref_windows64_official
only
:
-
/^gmsh_.*$/
windows32_official_release
:
variables
:
EXTRA_VERSION
:
"
"
<<
:
*ref_windows32_official
<<
:
*windows_official
tags
:
-
windows32
-
official
only
:
-
/^gmsh_.*$/
...
...
@@ -138,7 +149,7 @@ windows32_official_release:
# Official MacOS builds (master branch only)
# ------------------------------------------
macos64_official
:
&
ref_
macos64_official
.
macos64_official
:
&macos64_official
only
:
-
master
script
:
...
...
@@ -155,13 +166,16 @@ macos64_official: &ref_macos64_official
tags
:
-
macos64
-
official
macos64_official_snapshot
:
<<
:
*macos64_official
except
:
-
tags
macos64_official_release
:
variables
:
EXTRA_VERSION
:
"
"
<<
:
*
ref_
macos64_official
<<
:
*macos64_official
only
:
-
/^gmsh_.*$/
...
...
@@ -169,7 +183,7 @@ macos64_official_release:
# Official source snapshots (master branch only)
# ----------------------------------------------
source_official
:
&
ref_
source_official
.
source_official
:
&source_official
only
:
-
master
script
:
...
...
@@ -182,9 +196,14 @@ source_official: &ref_source_official
-
linux64
-
official
source_official_snapshot
:
<<
:
*source_official
except
:
-
tags
source_official_release
:
variables
:
EXTRA_VERSION
:
"
"
<<
:
*
ref_
source_official
<<
:
*source_official
only
:
-
/^gmsh_.*$/
This diff is collapsed.
Click to expand it.
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