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
dc6e0585
Commit
dc6e0585
authored
Sep 17, 2021
by
神楽坂玲奈
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/v3-refactor3' into v3-refactor3
parents
41497011
9ed7bca0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
8 deletions
+14
-8
.gitlab-ci.yml
.gitlab-ci.yml
+13
-8
package.json
package.json
+1
-0
No files found.
.gitlab-ci.yml
View file @
dc6e0585
...
...
@@ -27,6 +27,7 @@ windows_bin:
-
wget -O - https://cdn01.moecube.com/ygopro-build-materials/mycard-mat/mycard-mat-windows.tar.gz | tar zxf -
windows
:
# image: stefanscherer/node-windows:12-build-tools
stage
:
build
dependencies
:
-
windows_bin
...
...
@@ -53,11 +54,11 @@ linux:
-
npm ci
-
npm run build
-
npm run dist
-
ls
-
ls
dist
artifacts
:
paths
:
-
dist/
mycard-*
-
dist/
mycard_*
-
dist/
latest-linux.yml
-
dist/
*.AppImage
macOS
:
stage
:
build
tags
:
...
...
@@ -69,16 +70,18 @@ macOS:
APPLE_ID_PASSWORD
:
$MACOS_NOTARIZE_PASSWORD
TEAM_SHORT_NAME
:
$MACOS_ASC_PROVIDER
script
:
-
'
[[
-z
"$CI_COMMIT_TAG"
]]
&&
export
TRAVIS_BRANCH="_no_notarize"'
-
npm ci
-
npm run build
-
npm run dist
-
ls
artifacts
:
paths
:
-
dist/mycard-*
-
dist/mycard_*
-
dist/latest-mac.yml
-
dist/*.dmg
-
dist/*.blockmap
-
dist/*.zip
upload_to_minio
:
deploy
:
stage
:
deploy
dependencies
:
-
macOS
...
...
@@ -86,7 +89,9 @@ upload_to_minio:
-
linux
tags
:
-
linux
image
:
bitnami/aws-cli
image
:
name
:
amazon/aws-cli
entrypoint
:
[
"
"
]
script
:
-
aws s3 --endpoint=https://minio.mycard.moe:9000 sync dist/ s3://mycard/mycard-ci-test
# only:
...
...
package.json
View file @
dc6e0585
...
...
@@ -9,6 +9,7 @@
"watch"
:
"ng build --localize --base-href .. --watch --configuration development"
,
"pack"
:
"electron-builder --dir"
,
"dist"
:
"electron-builder"
,
"dist:mac"
:
"electron-builder --universal"
,
"i18n:extract"
:
"ng extract-i18n"
,
"i18n:upload"
:
"tx push --source"
,
"i18n:translate"
:
"open https://www.transifex.com/mycard/mycard/translate/#en_US/messages-xlf?q=translated%3Ano"
,
...
...
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