Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Kris
VuhDo
Commits
52b1dba7
Commit
52b1dba7
authored
5 years ago
by
Ivaria
Browse files
Options
Download
Email Patches
Plain Diff
Add .gitlab-ci.yml
parent
07577617
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
46 additions
and
0 deletions
+46
-0
.gitlab-ci.yml
.gitlab-ci.yml
+46
-0
No files found.
.gitlab-ci.yml
0 → 100644
View file @
52b1dba7
stages
:
-
build
-
deploy
.releases
:
&releases
only
:
-
/^\d[\d\.]*(-(alpha|beta)\d+)?$/
build
:
stage
:
build
only
:
-
tags
-
web
script
:
-
release.sh -d
artifacts
:
paths
:
-
.release/VuhDo/
-
.release/*.zip
curseforge
:
<<
:
*releases
stage
:
deploy
environment
:
name
:
CurseForge
url
:
https://www.curseforge.com/wow/addons/vuhdo
script
:
-
release.sh -ocelzWHG
wowinterface
:
<<
:
*releases
stage
:
deploy
environment
:
name
:
WoWInterface
url
:
https://www.wowinterface.com/downloads/info14239-VuhDo.html
script
:
-
release.sh -ocelzLHG
gitlab
:
<<
:
*releases
stage
:
deploy
environment
:
name
:
GitLab
url
:
https://gitlab.vuhdo.io/vuhdo/vuhdo/releases
script
:
-
release.sh -ocelzLWH
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment