Skip to content

Releases: LemLib/pros-build

v2.0.2

06 Aug 02:27
c7ac5a4
Compare
Choose a tag to compare

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

11 Jun 01:08
Compare
Choose a tag to compare

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

23 May 22:48
e0f3251
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0

09 May 15:33
Compare
Choose a tag to compare
wrote a readme