[EXP] experimental try to run 14 version on 15 version

This commit is contained in:
Sébastien BEAU 2021-10-05 11:34:21 +02:00
parent 8bb2fabc48
commit 2d80e977f5
2 changed files with 11 additions and 6 deletions

View File

@ -5,7 +5,7 @@ cache:
- $HOME/.cache/pre-commit - $HOME/.cache/pre-commit
python: python:
- "3.6" - "3.7"
addons: addons:
postgresql: "9.6" postgresql: "9.6"
@ -21,17 +21,21 @@ jobs:
- stage: test - stage: test
env: env:
- TESTS=1 ODOO_REPO="odoo/odoo" MAKEPOT="1" - TESTS=1 ODOO_REPO="odoo/odoo" MAKEPOT="1"
- stage: test #- stage: test
env: # env:
- TESTS=1 ODOO_REPO="OCA/OCB" # - TESTS=1 ODOO_REPO="OCA/OCB"
env: env:
global: global:
- VERSION="14.0" TESTS="0" LINT_CHECK="0" MAKEPOT="0" - VERSION="14.0" TESTS="0" LINT_CHECK="0" MAKEPOT="0"
- VERSION="15.0" TESTS="0" LINT_CHECK="0" MAKEPOT="0"
- MQT_DEP=PIP - MQT_DEP=PIP
install: install:
- git clone --depth=1 https://github.com/OCA/maintainer-quality-tools.git - pip install git+https://github.com/acsone/setuptools-odoo@odoo15
${HOME}/maintainer-quality-tools - if [ $VERSION = '15.0' ]; then grep -rl 14.0 . | grep __manifest__.py | xargs sed
-i "s/14.0/15.0/g" ;fi
- git clone --depth=1 https://github.com/akretion/maintainer-quality-tools.git -b
fix-compatibilty-with-15-branch ${HOME}/maintainer-quality-tools
- export PATH=${HOME}/maintainer-quality-tools/travis:${PATH} - export PATH=${HOME}/maintainer-quality-tools/travis:${PATH}
- travis_install_nightly - travis_install_nightly

View File

@ -1,2 +1,3 @@
setuptools-odoo @ git+https://github.com/acsone/setuptools-odoo/pull/60
# generated from manifests external_dependencies # generated from manifests external_dependencies
cryptography cryptography