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
85afbe1c
Commit
85afbe1c
authored
Jul 10, 2021
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
why are so many 32bit users
parent
27847fad
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
.gitlab-ci.yml
.gitlab-ci.yml
+4
-4
package.json
package.json
+1
-0
No files found.
.gitlab-ci.yml
View file @
85afbe1c
...
...
@@ -43,8 +43,8 @@ windows:
-
vs
script
:
-
npm ci
-
npm run dist
-
dir dist
-
npm run dist
:windows
#
- dir dist
artifacts
:
paths
:
-
dist/
...
...
@@ -57,7 +57,7 @@ linux:
-
apt update ; apt -y install python3 build-essential git
-
npm ci
-
npm run dist
-
ls -la dist
#
- ls -la dist
artifacts
:
paths
:
-
dist/
...
...
@@ -73,7 +73,7 @@ macOS:
script
:
-
npm ci
-
npm run dist
-
ls -la dist
#
- ls -la dist
artifacts
:
paths
:
-
dist/
...
...
package.json
View file @
85afbe1c
...
...
@@ -12,6 +12,7 @@
"lint"
:
"tslint ./app/*.ts -t verbose"
,
"pack"
:
"tsc && electron-builder --dir"
,
"dist"
:
"tsc && electron-builder"
,
"dist:windows"
:
"tsc && electron-builder --x64 --ia32"
,
"release"
:
"tsc && electron-builder"
,
"build:aot"
:
"ngc -p tsconfig-aot.json && rollup -c rollup-config.js"
,
"tsc"
:
"tsc"
,
...
...
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