Add CI command to view size of bundled tutor binary

This commit is contained in:
Régis Behmo 2020-07-01 09:21:45 +02:00
parent 0978e2d10f
commit 443d7fa46c
1 changed files with 1 additions and 0 deletions

View File

@ -85,6 +85,7 @@ ci-install-plugins: ci-install-python-requirements ## Install all supported plug
pip3 install -r requirements/plugins.txt
ci-bundle: bundle ## Create bundle and run basic tests
ls -lh ./dist/tutor
./dist/tutor --version
./dist/tutor config printroot
yes "" | ./dist/tutor config save --interactive