mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-04 19:03:39 +00:00
Add CI command to view size of bundled tutor binary
This commit is contained in:
parent
0978e2d10f
commit
443d7fa46c
1
Makefile
1
Makefile
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user