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

Set .exe extension and archive windows artifacts #176

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

thaJeztah
Copy link
Member

I was looking at the upstream Makefile and perhaps this works, so pushing this to try in CI

This includes the changes from #139

thaJeztah and others added 2 commits April 23, 2020 19:47
Signed-off-by: Sebastiaan van Stijn <[email protected]>
Signed-off-by: Stefan Scherer <[email protected]>
@thaJeztah thaJeztah force-pushed the carry_archive_windows_artifacts branch from e9fed89 to 058d54c Compare April 23, 2020 17:48
Signed-off-by: Sebastiaan van Stijn <[email protected]>
@@ -58,7 +58,8 @@ def packageBuildSteps = [
stage("windows") {
try {
checkout scm
sh("make -f Makefile.win archive")
sh("make -f Makefile.win REF=v1.2.13 archive")
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

temporarily switched to build v1.2.13, to see if it also works on that version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants