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
6ab5029d
Commit
6ab5029d
authored
Sep 13, 2021
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test macOS m1 build
parent
6b71d41a
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
3 deletions
+13
-3
.ci/macos-build.sh
.ci/macos-build.sh
+11
-0
.gitlab-ci.yml
.gitlab-ci.yml
+1
-3
package.json
package.json
+1
-0
No files found.
.ci/macos-build.sh
0 → 100755
View file @
6ab5029d
#!/bin/bash
set
-x
set
-o
errexit
if
[[
-z
"
$CI_COMMIT_TAG
"
]]
;
then
export
TRAVIS_BRANCH
=
"_no_notarize"
fi
npm ci
npm run build
npm run dist:mac
.gitlab-ci.yml
View file @
6ab5029d
...
...
@@ -69,9 +69,7 @@ macOS:
APPLE_ID_PASSWORD
:
$MACOS_NOTARIZE_PASSWORD
TEAM_SHORT_NAME
:
$MACOS_ASC_PROVIDER
script
:
-
npm ci
-
npm run build
-
npm run dist
-
./.ci/macos-build.sh
-
ls
artifacts
:
paths
:
...
...
package.json
View file @
6ab5029d
...
...
@@ -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