[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
python:
- "3.6"
- "3.7"
addons:
postgresql: "9.6"
@ -21,17 +21,21 @@ jobs:
- stage: test
env:
- TESTS=1 ODOO_REPO="odoo/odoo" MAKEPOT="1"
- stage: test
env:
- TESTS=1 ODOO_REPO="OCA/OCB"
#- stage: test
# env:
# - TESTS=1 ODOO_REPO="OCA/OCB"
env:
global:
- VERSION="14.0" TESTS="0" LINT_CHECK="0" MAKEPOT="0"
- VERSION="15.0" TESTS="0" LINT_CHECK="0" MAKEPOT="0"
- MQT_DEP=PIP
install:
- git clone --depth=1 https://github.com/OCA/maintainer-quality-tools.git
${HOME}/maintainer-quality-tools
- pip install git+https://github.com/acsone/setuptools-odoo@odoo15
- 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}
- 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
cryptography