Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nextcloud-app-radio
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
44
Issues
44
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
onny
nextcloud-app-radio
Commits
69cd73b3
Commit
69cd73b3
authored
Nov 27, 2020
by
onny
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test release v1.0.0.1
parent
4ab0d5bb
Pipeline
#241
passed with stages
in 2 minutes and 35 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
+7
-4
.gitlab-ci.yml
.gitlab-ci.yml
+5
-4
CHANGELOG.md
CHANGELOG.md
+2
-0
No files found.
.gitlab-ci.yml
View file @
69cd73b3
...
...
@@ -5,15 +5,16 @@ stages:
image
:
node:latest
Compile
:
compiling
:
stage
:
compiling
script
:
-
npm install
-
make build-js
cache
:
paths
:
-
node_modules/
Pack
:
packaging
:
stage
:
packaging
script
:
-
apt update
...
...
@@ -26,11 +27,11 @@ Pack:
paths
:
-
build/artifacts/radio.tar.gz
Publish Stable
:
publishing
:
stage
:
publishing
image
:
registry.gitlab.com/gitlab-org/release-cli:latest
needs
:
-
job
:
Pack
-
job
:
packaging
artifacts
:
true
rules
:
-
if
:
$CI_COMMIT_TAG
...
...
CHANGELOG.md
View file @
69cd73b3
...
...
@@ -8,6 +8,8 @@
[
#206
](
https://git.project-insanity.org/onny/nextcloud-app-radio/issues/206
)
@onny
-
Support older browser CSS with autoprefix
[
#208
](
https://git.project-insanity.org/onny/nextcloud-app-radio/issues/208
)
@onny
-
Fix build and packaging with Gitlab CI
[
#118
](
https://git.project-insanity.org/onny/nextcloud-app-radio/issues/118
)
@onny
## 1.0.0 - 2020-11
### Added
...
...
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