Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
mycard
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
syntax_j
mycard
Commits
3c8d4be3
Commit
3c8d4be3
authored
Jun 12, 2021
by
神楽坂玲奈
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci
parent
297e2cff
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
.gitlab-ci.yml
.gitlab-ci.yml
+5
-0
No files found.
.gitlab-ci.yml
View file @
3c8d4be3
...
...
@@ -6,6 +6,7 @@ stages:
-
deploy
windows
:
image
:
stefanscherer/node-windows
stage
:
build
tags
:
-
windows
...
...
@@ -18,6 +19,7 @@ windows:
artifacts
:
paths
:
-
dist/ci-*
-
dist/ci_*
linux
:
image
:
node:latest
stage
:
build
...
...
@@ -30,6 +32,7 @@ linux:
artifacts
:
paths
:
-
dist/ci-*
-
dist/ci_*
macOS
:
stage
:
build
tags
:
...
...
@@ -42,6 +45,7 @@ macOS:
artifacts
:
paths
:
-
dist/ci-*
-
dist/ci_*
upload_to_minio
:
stage
:
deploy
...
...
@@ -53,3 +57,4 @@ upload_to_minio:
-
aws s3 --endpoint=https://minio.mycard.moe:9000 sync dist/ s3://mycard/mycard-ci-test
only
:
-
tags
-
ci-test
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