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

Add Action #2

Merged
merged 46 commits into from
May 30, 2024
Merged

Add Action #2

merged 46 commits into from
May 30, 2024

Commits on May 28, 2024

  1. add action

    McCallisterRomer committed May 28, 2024
    Configuration menu
    Copy the full SHA
    ddbfa70 View commit details
    Browse the repository at this point in the history
  2. rename test workflow

    McCallisterRomer committed May 28, 2024
    Configuration menu
    Copy the full SHA
    9112c5e View commit details
    Browse the repository at this point in the history
  3. dont run build on pr

    McCallisterRomer committed May 28, 2024
    Configuration menu
    Copy the full SHA
    eda438d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1051340 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e35f77d View commit details
    Browse the repository at this point in the history
  6. fix tag version

    McCallisterRomer committed May 28, 2024
    Configuration menu
    Copy the full SHA
    a251dc3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e51b3e4 View commit details
    Browse the repository at this point in the history
  8. try env

    McCallisterRomer committed May 28, 2024
    Configuration menu
    Copy the full SHA
    65dc59f View commit details
    Browse the repository at this point in the history
  9. typos

    McCallisterRomer committed May 28, 2024
    Configuration menu
    Copy the full SHA
    4c19e7b View commit details
    Browse the repository at this point in the history
  10. print more env vars

    McCallisterRomer committed May 28, 2024
    Configuration menu
    Copy the full SHA
    aafde9e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c9989dc View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    50e3df0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4240a3b View commit details
    Browse the repository at this point in the history
  14. add test

    McCallisterRomer committed May 28, 2024
    Configuration menu
    Copy the full SHA
    c42f657 View commit details
    Browse the repository at this point in the history
  15. dont change dir

    McCallisterRomer committed May 28, 2024
    Configuration menu
    Copy the full SHA
    fd6bb29 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    1373e60 View commit details
    Browse the repository at this point in the history
  17. add more os types

    McCallisterRomer committed May 28, 2024
    Configuration menu
    Copy the full SHA
    6f62fda View commit details
    Browse the repository at this point in the history
  18. c++17

    McCallisterRomer committed May 28, 2024
    Configuration menu
    Copy the full SHA
    f4cc606 View commit details
    Browse the repository at this point in the history
  19. check win2019

    McCallisterRomer committed May 28, 2024
    Configuration menu
    Copy the full SHA
    b1bd9bc View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    72add21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4afe895 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a3af4f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    021e9ec View commit details
    Browse the repository at this point in the history
  5. try GITHUB_OUTPUT

    McCallisterRomer committed May 29, 2024
    Configuration menu
    Copy the full SHA
    6589d11 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    330a0c9 View commit details
    Browse the repository at this point in the history
  7. cleanup

    McCallisterRomer committed May 29, 2024
    Configuration menu
    Copy the full SHA
    9ecb36f View commit details
    Browse the repository at this point in the history
  8. try macOS

    McCallisterRomer committed May 29, 2024
    Configuration menu
    Copy the full SHA
    ae2759f View commit details
    Browse the repository at this point in the history
  9. space

    McCallisterRomer committed May 29, 2024
    Configuration menu
    Copy the full SHA
    82ee02e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7245c88 View commit details
    Browse the repository at this point in the history
  11. for x64 for macOS

    McCallisterRomer committed May 29, 2024
    Configuration menu
    Copy the full SHA
    818a7af View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f4c2f74 View commit details
    Browse the repository at this point in the history
  13. rename test workflow

    McCallisterRomer committed May 29, 2024
    Configuration menu
    Copy the full SHA
    0212e85 View commit details
    Browse the repository at this point in the history
  14. outputs

    McCallisterRomer committed May 29, 2024
    Configuration menu
    Copy the full SHA
    f1f17fc View commit details
    Browse the repository at this point in the history
  15. set outputs

    McCallisterRomer committed May 29, 2024
    Configuration menu
    Copy the full SHA
    8da10bd View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    54b3a59 View commit details
    Browse the repository at this point in the history
  17. update readme

    McCallisterRomer committed May 29, 2024
    Configuration menu
    Copy the full SHA
    f72b06a View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. macOS architectures

    McCallisterRomer committed May 30, 2024
    Configuration menu
    Copy the full SHA
    aa5fad8 View commit details
    Browse the repository at this point in the history
  2. need quotes

    McCallisterRomer committed May 30, 2024
    Configuration menu
    Copy the full SHA
    be7ca3e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b90df9 View commit details
    Browse the repository at this point in the history
  4. update readme

    McCallisterRomer committed May 30, 2024
    Configuration menu
    Copy the full SHA
    aa396f3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d3466cd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    051d93c View commit details
    Browse the repository at this point in the history
  7. single input

    McCallisterRomer committed May 30, 2024
    Configuration menu
    Copy the full SHA
    6b17b1b View commit details
    Browse the repository at this point in the history
  8. again

    McCallisterRomer committed May 30, 2024
    Configuration menu
    Copy the full SHA
    fd06c2e View commit details
    Browse the repository at this point in the history
  9. parameterize on tag

    McCallisterRomer committed May 30, 2024
    Configuration menu
    Copy the full SHA
    5f97c27 View commit details
    Browse the repository at this point in the history
  10. fix

    McCallisterRomer committed May 30, 2024
    Configuration menu
    Copy the full SHA
    33d3de4 View commit details
    Browse the repository at this point in the history