@@ -43,4 +43,4 @@ pipeline:
|
|||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- TESTS: signed-off-check
|
- TESTS: signed-off-check
|
||||||
- TESTS: check-app-compatbility
|
# - TESTS: check-app-compatbility
|
||||||
|
|||||||
@@ -39,9 +39,9 @@ before_script:
|
|||||||
|
|
||||||
script:
|
script:
|
||||||
# Check info.xml schema validity
|
# Check info.xml schema validity
|
||||||
- wget https://apps.nextcloud.com/schema/apps/info.xsd
|
# - wget https://apps.nextcloud.com/schema/apps/info.xsd
|
||||||
- xmllint appinfo/info.xml --schema info.xsd --noout
|
# - xmllint appinfo/info.xml --schema info.xsd --noout
|
||||||
- rm info.xsd
|
# - rm info.xsd
|
||||||
|
|
||||||
# Run phpunit tests
|
# Run phpunit tests
|
||||||
- cd tests
|
- cd tests
|
||||||
|
|||||||
Reference in New Issue
Block a user