Open
Conversation
Open
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #50
Also uses prebuilt LLVM for Windows (and it still works, but was a lot of hassle to figure out...). At least the build is much faster (few minutes instead of 1hr+). Also had to update nlohmann json, because the old version was hitting some compiler bug and refused to compile...
There's also CI and some misc improvements to it, such as the artifact not being a zip inside of a zip anymore, and the two artifacts are linked and named more nicely. I also linked an AUR package for Arch Linux that I'll update from fork branch to upstream once merged.
Tested that both Linux and Windows still compile and work. Well they produce the expected files anyway, so it should be fine.
Oh also made CI run on schedule since the links would quickly expire otherwise. And workflow dispatch allows also manually running it on a whim too. (closes #51)