|
@ -17,8 +17,11 @@ env: |
|
|
|
|
|
|
|
|
matrix: |
|
|
matrix: |
|
|
- LINT_CHECK="1" |
|
|
- LINT_CHECK="1" |
|
|
- TESTS="1" ODOO_REPO="OCA/OCB" |
|
|
|
|
|
- TESTS="1" ODOO_REPO="OCA/OCB" MAKEPOT="1" |
|
|
|
|
|
|
|
|
- TESTS="1" ODOO_REPO="OCA/OCB" EXCLUDE="database_cleanup" |
|
|
|
|
|
- TESTS="1" ODOO_REPO="OCA/OCB" INCLUDE="database_cleanup" |
|
|
|
|
|
- TESTS="1" ODOO_REPO="odoo/odoo" EXCLUDE="database_cleanup" MAKEPOT="1" |
|
|
|
|
|
- TESTS="1" ODOO_REPO="odoo/odoo" INCLUDE="database_cleanup" MAKEPOT="1" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
install: |
|
|
install: |
|
|
- git clone --depth=1 https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools |
|
|
- git clone --depth=1 https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools |
|
|