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
8ee042e7
Commit
8ee042e7
authored
Nov 26, 2020
by
onny
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
further work on gitlab-ci.yml
parent
0f7534e7
Pipeline
#230
failed
Changes
7
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
18 additions
and
27 deletions
+18
-27
.gitlab-ci.yml
.gitlab-ci.yml
+10
-22
.nextcloudignore
.nextcloudignore
+2
-0
CHANGELOG.md
CHANGELOG.md
+4
-0
Makefile
Makefile
+1
-1
README.md
README.md
+1
-1
krankerl.toml
krankerl.toml
+0
-3
l10n/.gitkeep
l10n/.gitkeep
+0
-0
No files found.
.gitlab-ci.yml
View file @
8ee042e7
stages
:
-
compiling
-
assembling
-
testing
-
signing
-
packaging
-
publishing
#
- testing
#
- signing
#
- packaging
#
- publishing
image
:
ubuntu:20.
04
image
:
ubuntu:20.
10
Compile
:
stage
:
compiling
script
:
-
apt update
-
DEBIAN_FRONTEND="noninteractive" apt install -y npm
-
npm install
-
if [ "${CI_COMMIT_REF_NAME}" == "stable" ] ; then npm run build:prod ; fi
-
if [ "${CI_COMMIT_REF_NAME}" != "stable" ] ; then npm run build:nightly ; fi
artifacts
:
paths
:
-
./src/js/Static/*
-
./src/l10n/*
-
./src/css/*
-
make dev-setup
-
make build-js
Assemble
:
stage
:
assembling
script
:
-
mkdir passwords
-
if [ "${CI_COMMIT_REF_NAME}" == "stable" ] ; then sed -i -e "s/-BUILD//g" ./src/appinfo/info.xml ; fi
-
if [ "${CI_COMMIT_REF_NAME}" != "stable" ] ; then sed -i -e "s/-BUILD/-build${CI_PIPELINE_ID}/g" ./src/appinfo/info.xml ; fi
-
rsync -r --exclude="vue" --exclude="js" --exclude="scss" src/* passwords
-
rsync -r src/js/Static passwords/js/
-
cp CHANGELOG.md passwords/
artifacts
:
paths
:
-
./passwords
-
wget https://github.com/ChristophWurst/krankerl/releases/download/v0.12.3/krankerl_0.12.3_amd64.deb
-
sudo dpkg -i krankerl_0.12.3_amd64.deb
-
krankerl package
PHPUnit
:
stage
:
testing
...
...
.nextcloudignore
View file @
8ee042e7
...
...
@@ -5,6 +5,7 @@
/.gitignore
/.gitlab-ci.yml
/.l10nignore
/.nextcloudignore
/node_modules
/.npmignore
/babel.config.js
...
...
@@ -17,6 +18,7 @@
/screenshot.png
/src
/stylelint.config.js
/Release.md
/.tx
/utils
/webpack.js
CHANGELOG.md
View file @
8ee042e7
## 1.0.1 - 2020-12
### Added
-
Support prepare a release with Krankerl
[
#200
](
https://git.project-insanity.org/onny/nextcloud-app-radio/-/issues/200
)
@onny
### Fixed
-
Add AGPL headers
[
#206
](
https://git.project-insanity.org/onny/nextcloud-app-radio/issues/206
)
@onny
...
...
Makefile
View file @
8ee042e7
...
...
@@ -53,5 +53,5 @@ clean:
clean-dev
:
rm
-rf
node_modules
appstor
e
:
releas
e
:
krankerl package
README.md
View file @
8ee042e7
...
...
@@ -72,7 +72,7 @@ Contribute translations via
[
Transifex
](
https://www.transifex.com/project-insanityorg/radio-2/dashboard/
)
!
### Prepare a release
Consoult [Re
adme.md]
on how to prepare a release for Gitlab and the app store.
Consoult
[
Re
lease.md
](
Release.md
)
on how to prepare a release for Gitlab and the app store.
## Reporting bugs
...
...
krankerl.toml
View file @
8ee042e7
[package]
before_cmds
=
[
'make all'
]
l10n/.gitkeep
deleted
100644 → 0
View file @
0f7534e7
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