setup-jule

Setup a JuleC development environment in your project.

MIT License

Stars
4
Committers
2

Bot releases are visible (Hide)

setup-jule - v1.1.3: `i386` architecture support Latest Release

Published by Panquesito7 about 1 year ago

Changelog

  • Added i386 architecture support.
    • Only Linux is supported as of now. macOS will default to amd64 if specified.
setup-jule - v1.1.2: Workflow optimizations

Published by Panquesito7 about 1 year ago

Changelog

  • Optimized the code and workflow (#7).
    • Thanks, @mertcandav!
    • Code runs approximately 46% faster: 97 seconds -> 52 seconds (testing both macOS and Linux).
    • You can find the workflow runs here. v1.1.1 vs v1.1.2.
setup-jule - v1.1.1: Exit when using Windows

Published by Panquesito7 about 1 year ago

Changelog

  • Exit when using Windows.
    • If the operating system is Windows, the script will fail and exit as Windows support has not been added yet.
    • JuleC doesn't support building on Windows either (yet). For more information: https://github.com/julelang/jule/issues/34
setup-jule - v1.1.0: Full macOS support

Published by Panquesito7 about 1 year ago

Changelog

  • Add full macOS support.
    • Packages are installed using Homebrew on both Linux and macOS.
    • Thanks to @mertcandav for spotting the issue.
  • The architecture option has been made optional.
  • add-to-path option has been added, which results in easier when calling JuleC commands.
  • Fix version syntax.
    • dev for the latest commit.
    • latest or current for the latest release, whether it's a pre-release or not.
  • The julec commands were removed in the readme, and now linking to the official JuleC manual instead.
setup-jule - v1.0.0: Initial Release

Published by Panquesito7 about 1 year ago

Changelog

  • Initial release.
    • Example usage.
    • Action that validates that the action works as expected.
    • Add security policy and Code of Conduct.