-
-
Notifications
You must be signed in to change notification settings - Fork 150
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
Port installer generation to github actions #562
Merged
Merged
Conversation
This file contains 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
Linux insaller version works! 🥳 You can find the installer in the artifacts in the latest |
umbynos
force-pushed
the
umbynos/installers
branch
from
October 29, 2020 18:15
1314060
to
1d712b9
Compare
umbynos
force-pushed
the
umbynos/installers
branch
4 times, most recently
from
October 30, 2020 09:10
c6f6112
to
06e1205
Compare
umbynos
force-pushed
the
umbynos/installers
branch
from
October 30, 2020 09:19
06e1205
to
05dcf51
Compare
fix executable on osx was not found by installbuilder
umbynos
force-pushed
the
umbynos/installers
branch
2 times, most recently
from
November 13, 2020 10:25
4852950
to
c2f2a53
Compare
umbynos
force-pushed
the
umbynos/installers
branch
from
November 13, 2020 10:28
c2f2a53
to
4387fd9
Compare
svenstaro/upload-release-action did not find a draft release
…e-agent-installer)
This reverts commit 394c1ef.
per1234
reviewed
Nov 17, 2020
zmoog
approved these changes
Nov 18, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 🥳
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.
Please check if the PR fulfills these requirements
before creating one)
feature
The installer generation process at the moment is unusable
this PR introduces the ArduinoCreateAgent installers automatic generation using github actions (see release.yml)
The Taskfile.yml includes some improvements like cli build and win build fixes
nope