Skip to content

Example of how build flavours can be used to implement release and debug targets in Buck πŸ˜‹

License

Notifications You must be signed in to change notification settings

njlr/buck-custom-flavours

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

buck-custom-flavours πŸ˜‹

Example of how build flavours can be used to implement release and debug targets in Buck. The meat of the example is in .buckconfig.

To build for release:

buck run :hello

To build for debug:

buck run :hello#debug

About

Example of how build flavours can be used to implement release and debug targets in Buck πŸ˜‹

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published