From 8795f0e0b7eb9c147e9bc88151340827979b4d90 Mon Sep 17 00:00:00 2001 From: Christopher Haster Date: Tue, 18 Jul 2017 01:49:48 -0500 Subject: [PATCH] Added build size output to CI --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 00f5665..0651efc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ script: -Duser_provided_block_device_prog=NULL -Duser_provided_block_device_erase=NULL -Duser_provided_block_device_sync=NULL - -include stdio.h -Werror' make + -include stdio.h -Werror' make all size # run tests - CFLAGS="-DLFS_READ_SIZE=16 -DLFS_PROG_SIZE=16" make test