From 443d7fa46cd7fe91198a26946c132847dc4b836d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Wed, 1 Jul 2020 09:21:45 +0200 Subject: [PATCH] Add CI command to view size of bundled tutor binary --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 91180d0..f7a15a5 100644 --- a/Makefile +++ b/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