Releases: LemLib/pros-build
Releases · LemLib/pros-build
v2.0.2
What's Changed
- 🐛 Fix Make output on Job Status by @ABUCKY0 in #8
- 🐞 Remove extra make call by @ABUCKY0 in #8
- 🗨️💄 Make the Updating Makefile group output more readable
Full Changelog: v2.0.1...v2.0.2
v2.0.1
Warning
The action no longer uploads built binaries to GitHub Artifacts automatically. See the README for an example of how to upload artifacts in a separate step.
What's Changed
- ♻️ Completely Rewritten for use with a Docker container (Through GitHub Actions)
- (Sidenote) Has a separate container that can be used as a base for a custom build environment.
- 💄 Creates a GitHub Job Summary
- 🔨 Can build normal PROS projects as well as templates
- 📦 Uses PROS-CLI instead of PROS-Fake
-
✖️ Adds an option to enable or disable make multithreading.
Make supports multithreading with the `-j` flag, but according to anecdotes from the VRC Discord, that can sometimes cause issues. Therefore, if your project is having issues compiling, try setting the `multithreading:` input to false.
More information on how to extend and change the base Docker image for possible use on other CI websites can be found in the README
New Contributors
Full Changelog: v1.1.0...v2.0.1
V1.1.0
What's Changed
- feat: ➖ fake pros c create-template by @meisZWFLZ in #1
New Contributors
- @meisZWFLZ made their first contribution in #1
Full Changelog: v1.0.0...v1.1.0
v1.0.0
wrote a readme