Skip to content

Commit 8795f0e

Browse files
committed
Added build size output to CI
1 parent 47db7a7 commit 8795f0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ script:
66
-Duser_provided_block_device_prog=NULL
77
-Duser_provided_block_device_erase=NULL
88
-Duser_provided_block_device_sync=NULL
9-
-include stdio.h -Werror' make
9+
-include stdio.h -Werror' make all size
1010

1111
# run tests
1212
- CFLAGS="-DLFS_READ_SIZE=16 -DLFS_PROG_SIZE=16" make test

0 commit comments

Comments
 (0)