Make gradle GA run cross-platform #160

Merged
CommanderTvis merged 3 commits from cross-platform-ga-run into dev 2020-12-12 11:17:19 +03:00
CommanderTvis commented 2020-12-07 00:29:56 +03:00 (Migrated from github.com)

closes #159

closes #159
altavir (Migrated from github.com) requested changes 2020-12-07 09:20:01 +03:00
altavir (Migrated from github.com) commented 2020-12-07 09:17:56 +03:00

It will break on gradle wrapper change. Is it possible to move gradle version to top level parameters?

It will break on gradle wrapper change. Is it possible to move gradle version to top level parameters?
altavir (Migrated from github.com) commented 2020-12-07 09:18:16 +03:00

The same as for gradle version

The same as for gradle version
@ -18,0 +71,4 @@
build-windows:
runs-on: windows-latest
steps:
altavir (Migrated from github.com) commented 2020-12-07 09:19:55 +03:00

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.

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.
CommanderTvis (Migrated from github.com) reviewed 2020-12-07 09:56:33 +03:00
@ -18,0 +71,4 @@
build-windows:
runs-on: windows-latest
steps:
CommanderTvis (Migrated from github.com) commented 2020-12-07 09:56:33 +03:00

The build time is incresead only by 5 minutes because Windows runners are pretty slow.

The build time is incresead only by 5 minutes because Windows runners are pretty slow.
altavir (Migrated from github.com) approved these changes 2020-12-12 11:17:08 +03:00
Sign in to join this conversation.
No description provided.