Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nextcloud-app-radio
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
onny
nextcloud-app-radio
Commits
b31e4bb4
Commit
b31e4bb4
authored
4 years ago
by
onny
Browse files
Options
Downloads
Patches
Plain Diff
trying to implement tests
parent
0c639ad2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#286
failed
4 years ago
Stage: compiling
Stage: testing
Stage: packaging
Stage: signing
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+1
-8
1 addition, 8 deletions
.gitlab-ci.yml
with
1 addition
and
8 deletions
.gitlab-ci.yml
+
1
−
8
View file @
b31e4bb4
...
...
@@ -24,18 +24,11 @@ testing:
stage
:
testing
image
:
nextcloud:fpm
script
:
-
pwd
-
ls
-
cp -r /builds/project-0 /usr/src/nextcloud/apps/radio
-
cp -r $(pwd) /usr/src/nextcloud/apps/radio
-
php /usr/src/nextcloud/occ maintenance:install --database "sqlite" --admin-user "admin" --admin-pass "password"
-
php /usr/src/nextcloud/occ app:enable radio
-
php /usr/src/nextcloud/occ maintenance:mode --off
-
php /usr/src/nextcloud/occ app:check-code radio
# - jshint --verbose radio/src/dashboard.js && echo "jshint OK" || echo "jshint has complaints"
# - jshint --verbose radio/src/main.js && echo "jshint OK" || echo "jshint has complaints"
# - jshint --verbose radio/src/router.js && echo "jshint OK" || echo "jshint has complaints"
# - jshint --verbose radio/src/store.js && echo "jshint OK" || echo "jshint has complaints"
# - phpunit --configuration /var/www/html/nextcloud/apps/cospend/phpunit.xml --coverage-text --color=never --coverage-html coverage
packaging
:
stage
:
packaging
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment