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

View File

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