Skip to content

jeandersonbc/builder-diff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

Builder Diff

This is a simple BASH script to assist the migration to different build tool.

The idea

An important task in the build cycle is compiling and packing artifacts. To ensure that both builders produce the same output, this script performs a recursive diff and shows the differences between the targets. This script helps the developer to identify and fix issues that may occur when migrating to a different builder.

Contributing

  • Feel free to fork and adjust it according to your necessities.
  • If you have any questions or concerns, you are welcome to open a new issue.
  • If you find this script helpful, don't forget to leave a start 😄

Acknowledgements

This helper script was initially implemented in Python, but thanks to the tip of my friend @gabriel-bezzera, I saved some lines of code using plain Bash 😄

About

Compare the output of two build tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages