add more testing make rules

This commit is contained in:
Antoine Vandevenne (anv) 2021-04-28 12:26:21 +02:00
parent 3316ac780a
commit 379e948312
2 changed files with 9 additions and 3 deletions

View File

@ -72,7 +72,12 @@ static: extensions/odoo_theme/static/style.css
cp -r static/* _build/html/_static/
lang:
make clean
make fast CANONICAL_VERSION=12.0 VERSIONS=12.0,13.0,14.0,master LANGUAGES=en,fr CURRENT_LANG=en
make fast CANONICAL_VERSION=12.0 VERSIONS=12.0,13.0,14.0,master LANGUAGES=en,fr CURRENT_LANG=fr
make fast LANGUAGES=en,fr CURRENT_LANG=en
make fast LANGUAGES=en,fr CURRENT_LANG=fr
version:
make fast CANONICAL_VERSION=12.0 VERSIONS=12.0,13.0,14.0,master
both:
make fast CANONICAL_VERSION=12.0 VERSIONS=12.0,13.0,14.0,master LANGUAGES=en,fr CURRENT_LANG=en
make fast CANONICAL_VERSION=12.0 VERSIONS=12.0,13.0,14.0,master LANGUAGES=en,fr CURRENT_LANG=fr

View File

@ -1,4 +1,5 @@
let tocEntryListId = 0; // Used to generate IDs of toc entry lists for both the menu and page TOC
/**
* Update the provided TOC to allow collapsing its entries with Bootstrap's accordion.
*