Skip to content

Commit

Permalink
Added build size output to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
geky committed Jul 18, 2017
1 parent 47db7a7 commit 8795f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8795f0e

Please sign in to comment.