trying to implement tests

This commit is contained in:
Jonas Heinrich 2020-12-02 14:14:27 +01:00
parent c233ba0658
commit 0c639ad25b
2 changed files with 6 additions and 0 deletions

View File

@ -12,6 +12,10 @@ compiling:
script:
- npm install
- make build-js
artifacts:
paths:
- ./l10n/*
- ./js/*
cache:
paths:
- node_modules/
@ -20,6 +24,7 @@ testing:
stage: testing
image: nextcloud:fpm
script:
- pwd
- ls
- cp -r /builds/project-0 /usr/src/nextcloud/apps/radio
- php /usr/src/nextcloud/occ maintenance:install --database "sqlite" --admin-user "admin" --admin-pass "password"

View File

@ -23,3 +23,4 @@
/.tx
/utils
/webpack.js
/translationfiles