Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create build workflow #269

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    15b0ab2 View commit details
    Browse the repository at this point in the history
  2. Use exit codes explicitly

    za419 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    73e8634 View commit details
    Browse the repository at this point in the history
  3. More logic updates

    za419 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    14a4070 View commit details
    Browse the repository at this point in the history
  4. Use -eqs

    za419 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    865f6c3 View commit details
    Browse the repository at this point in the history
  5. Give in and use ifs

    This feels unnecessarily verbose, but github apparently sets -e for
    these blocks, and working around that is harder and more verbose than
    this.
    za419 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    ecdcac6 View commit details
    Browse the repository at this point in the history
  6. Move -t setting into each build step

    This is very annoying, but once again Github seems to make an ass of me
    by helpfully causing everything to parse in the exact way I want it not
    to.
    za419 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    22b8931 View commit details
    Browse the repository at this point in the history
  7. Rename variable

    Not sure why this is trying to add in extra stuff here...
    
    This commit fixes kenellorando#252.
    za419 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    c7a6be7 View commit details
    Browse the repository at this point in the history
  8. Remove dead code

    This is no longer needed because there is no longer an extra -t being
    added if there are no tags on release.
    
    It didn't work originally anyway if a commit had multiple tags...
    za419 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    7e530a8 View commit details
    Browse the repository at this point in the history