trying to implement tests
This commit is contained in:
parent
c233ba0658
commit
0c639ad25b
@ -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"
|
||||||
|
@ -23,3 +23,4 @@
|
|||||||
/.tx
|
/.tx
|
||||||
/utils
|
/utils
|
||||||
/webpack.js
|
/webpack.js
|
||||||
|
/translationfiles
|
||||||
|
Loading…
Reference in New Issue
Block a user