Adding github workflow for continuous builds#41
Merged
Geequlim merged 1 commit intogodotjs:masterfrom Aug 1, 2020
Merged
Conversation
Geequlim
requested changes
Jul 31, 2020
Collaborator
Geequlim
left a comment
There was a problem hiding this comment.
Thanks for your contribution.
Please squash the commits
parent 63197a2 author Flux159 <flux159@gmail.com> 1596297307 -0500 committer Flux159 <flux159@gmail.com> 1596298951 -0500 parent 63197a2 author Flux159 <flux159@gmail.com> 1596297307 -0500 committer Flux159 <flux159@gmail.com> 1596298547 -0500 Adding github workflow for automated builds. Adding github workflow for automated builds. Seeing how to run on container. Seeing if container is running. Using docker package in github registry. Fixing yaml error. Adding html5 job, attempting to fix windows build, and trying to use publish artifact action. More fixes for windows & html5 builds. More fixes for windows & html5 Still working on fixing up windows & html5 builds. More fixes for html5. Fixing code review comments.
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.
Note that windows & HTML5 exporter builds are currently broken due to quickjs_debugger not being supported on those platforms (sys/socket.h error).
The workflow currently takes this into account by checking out a working commit with "git checkout 01bc02" - this should probably be fixed on master though.
See https://github.com/Flux159/ECMAScript/actions/runs/185203742 for build artifacts produced for Linux, Windows, Mac, and HTML5
See #36