Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[build] split leeroy and jenkins rules (#434)
- leeroy builds everything *except* zip output - jenkins builds leeroy and zip output - introduced new variable, `$(CONFIGURATIONS)`. it is used in the leeroy and jenkins rules to choose which configurations to build. so for example `make leeroy CONFIGURATIONS=Release` should build just Release configurations
- Loading branch information