Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
husk
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
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
itchio
husk
Commits
e9cd9be4
Commit
e9cd9be4
authored
Jun 01, 2020
by
Amos Wenger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
npm ci before CI scripts
parent
b436a66e
Pipeline
#16097
failed with stage
in 3 minutes and 47 seconds
Changes
1
Pipelines
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 @
e9cd9be4
...
...
@@ -6,6 +6,7 @@ build:linux:
stage
:
build
tags
:
[
"
docker-capsule-64"
]
script
:
-
npm ci --no-audit
-
npm run build -- --os linux --arch x86_64
artifacts
:
expire_in
:
1 week
...
...
@@ -15,6 +16,7 @@ build:darwin:
stage
:
build
tags
:
[
"
darwin"
]
script
:
-
npm ci --no-audit
-
npm run build -- --os darwin --arch x86_64
artifacts
:
expire_in
:
1 week
...
...
@@ -24,6 +26,7 @@ build:windows:i686:
stage
:
build
tags
:
[
"
windows"
]
script
:
-
npm ci --no-audit
-
npm run build -- --os windows --arch i686
artifacts
:
expire_in
:
1 week
...
...
@@ -33,6 +36,7 @@ build:windows:x86_64:
stage
:
build
tags
:
[
"
windows"
]
script
:
-
npm ci --no-audit
-
npm run build -- --os windows --arch x86_64
artifacts
:
expire_in
:
1 week
...
...
@@ -43,4 +47,5 @@ deploy:
only
:
[
"
tags"
]
tags
:
[
"
docker-capsule-64"
]
script
:
-
npm ci --no-audit
-
npm run deploy
\ No newline at end of file
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