Make gradle GA run cross-platform #160
No reviewers
Labels
No Label
bug
dependencies
discussion
documentation
duplicate
feature
good first issue
misc
performance
question
test
use case
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: kscience/kmath#160
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "cross-platform-ga-run"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
closes #159
It will break on gradle wrapper change. Is it possible to move gradle version to top level parameters?
The same as for gradle version
@ -18,0 +71,4 @@
build-windows:
runs-on: windows-latest
steps:
Platform builds will take a lot of time. I suggest to run only one platform automatically and others on-demand. We can do that for releases/platform sensitive things.
@ -18,0 +71,4 @@
build-windows:
runs-on: windows-latest
steps:
The build time is incresead only by 5 minutes because Windows runners are pretty slow.