Merge pull request #524 from nextcloud/release/v0.4.0
Prepare 0.4.0 release
This commit is contained in:
38
.drone.yml
38
.drone.yml
@@ -22,6 +22,42 @@ pipeline:
|
|||||||
when:
|
when:
|
||||||
matrix:
|
matrix:
|
||||||
TESTS: check-app-compatbility
|
TESTS: check-app-compatbility
|
||||||
|
check-app-compatbility-12:
|
||||||
|
image: nextcloudci/php7.0:php7.0-17
|
||||||
|
environment:
|
||||||
|
- APP_NAME=deck
|
||||||
|
- CORE_BRANCH=stable12
|
||||||
|
- DB=sqlite
|
||||||
|
commands:
|
||||||
|
# Pre-setup steps
|
||||||
|
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
|
||||||
|
- bash ./before_install.sh $APP_NAME $CORE_BRANCH $DB
|
||||||
|
- cd ../server
|
||||||
|
# Code checker
|
||||||
|
- ./occ app:check-code $APP_NAME -c strong-comparison
|
||||||
|
- ./occ app:check-code $APP_NAME -c deprecation
|
||||||
|
- cd apps/$APP_NAME/
|
||||||
|
when:
|
||||||
|
matrix:
|
||||||
|
TESTS: check-app-compatbility-13
|
||||||
|
check-app-compatbility-12:
|
||||||
|
image: nextcloudci/php7.0:php7.0-17
|
||||||
|
environment:
|
||||||
|
- APP_NAME=deck
|
||||||
|
- CORE_BRANCH=stable12
|
||||||
|
- DB=sqlite
|
||||||
|
commands:
|
||||||
|
# Pre-setup steps
|
||||||
|
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
|
||||||
|
- bash ./before_install.sh $APP_NAME $CORE_BRANCH $DB
|
||||||
|
- cd ../server
|
||||||
|
# Code checker
|
||||||
|
- ./occ app:check-code $APP_NAME -c strong-comparison
|
||||||
|
- ./occ app:check-code $APP_NAME -c deprecation
|
||||||
|
- cd apps/$APP_NAME/
|
||||||
|
when:
|
||||||
|
matrix:
|
||||||
|
TESTS: check-app-compatbility-12
|
||||||
signed-off-check:
|
signed-off-check:
|
||||||
image: nextcloudci/php7.0:php7.0-17
|
image: nextcloudci/php7.0:php7.0-17
|
||||||
environment:
|
environment:
|
||||||
@@ -194,6 +230,8 @@ pipeline:
|
|||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- TESTS: check-app-compatbility
|
- TESTS: check-app-compatbility
|
||||||
|
- TESTS: check-app-compatbility-12
|
||||||
|
- TESTS: check-app-compatbility-13
|
||||||
- TESTS: signed-off-check
|
- TESTS: signed-off-check
|
||||||
- TESTS: syntax-php5.6
|
- TESTS: syntax-php5.6
|
||||||
- TESTS: syntax-php7.0
|
- TESTS: syntax-php7.0
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
## 0.4.0 - unreleased
|
## 0.4.0 - 2018-07-11
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
- 🚀 Get your project organized
|
- 🚀 Get your project organized
|
||||||
|
|
||||||
</description>
|
</description>
|
||||||
<version>0.4.0-beta5</version>
|
<version>0.4.0</version>
|
||||||
<licence>agpl</licence>
|
<licence>agpl</licence>
|
||||||
<author>Julius Härtl</author>
|
<author>Julius Härtl</author>
|
||||||
<namespace>Deck</namespace>
|
<namespace>Deck</namespace>
|
||||||
|
|||||||
Reference in New Issue
Block a user