Aron de Jong
076d9f5245
Fix typo in AUR workflow ( #8049 )
2022-11-26 18:47:06 +02:00
Yair Morgenstern
422a776510
Gradle action to speed up actions
2022-10-31 20:46:26 +02:00
Yair Morgenstern
f04297acfd
Removed use of Anuken packr, removing windows32 builds.
2022-10-12 23:39:57 +03:00
Yair Morgenstern
891b609da4
Fixed steam root folder, hopefully now
2022-09-15 14:38:59 +03:00
Yair Morgenstern
d42e495f78
Steam deploy folders, not zips
2022-09-15 14:18:51 +03:00
Yair Morgenstern
8606a662c7
Added steam build, let's check it out!
2022-09-15 13:25:47 +03:00
Aron de Jong
dd31276e5c
Add AUR update workflow ( #7715 )
...
Port the update workflow from
https://github.com/Thyrum/aur-packages/blob/master/.github/workflows/unciv-bin.yml
to the Unciv github repository.
This does require adding some secrets to the repository and I don't know
how I would do this.
2022-08-28 23:13:13 +03:00
Md. Touhidur Rahman
e73b73ed87
Enable gradle caching for faster CI runs ( #6793 )
...
* Enable gradle caching for faster CI runs
Notes:
1. distribution is mandatory in v3
2. zulu is used because it was recommended in wiki
* use temurin
2022-05-14 23:29:11 +03:00
Timo T
1bbf5514cf
Add UncivServer.jar to github release ( #6745 )
2022-05-11 16:22:21 +03:00
Yair Morgenstern
fef993d5dc
Don't drop uploads due to itch.io failure
2022-03-17 23:49:32 +02:00
Yair Morgenstern
715a810b9c
Update buildAndDeploy.yml
...
Release tag belongs to release section
2021-10-30 22:25:10 +03:00
yairm210
7f539aa4fa
Version to pin is the upload, not the signing.
...
I can't do anything right today, huh.
2021-09-26 15:04:25 +03:00
yairm210
8b5f198577
Hopefully fixed Google Play release
2021-09-26 14:58:11 +03:00
yairm210
ec7897dc1a
Should upload the apk for realsies now
2021-09-09 22:07:32 +03:00
yairm210
4eb9fe3751
Fixed error in APK release
2021-09-08 23:46:07 +03:00
yairm210
ba8201e14c
Better APK release steps
2021-09-08 22:55:02 +03:00
yairm210
0389945ab1
Fixed APk sign (hopefully)
2021-09-02 21:21:05 +03:00
yairm210
7c3f8ce661
3.16.11
2021-09-02 21:03:18 +03:00
yairm210
73d8ef4452
Added folder creation so mv to deploy will work
2021-08-24 23:08:36 +03:00
yairm210
5344dc0d15
Resolved #4980 - Upload APK files to Github release
2021-08-24 22:49:53 +03:00
yairm210
a0e0cccea8
Resolved #4970 - Removed MacOS release due to problems
2021-08-23 20:35:20 +03:00
yairm210
fffedf9a70
MacOS release!
2021-08-22 22:49:49 +03:00
yairm210
d2a94e9bad
So NOW are you ready for java 11?
2021-08-22 21:33:00 +03:00
yairm210
eaa6ae5469
Wrong order of commands... download THEN gradle.
2021-08-22 21:17:06 +03:00
yairm210
79f3aae803
Linux64 is now built with packr JAR file, thus removing the need for JAVA_HOME!
2021-08-22 21:08:26 +03:00
yairm210
f6a3808fe0
Better names for deploy
2021-08-22 00:09:38 +03:00
yairm210
5e7843c963
Cutting our losses and returning to java 8 - we won't solve this today, at least let's release.
2021-08-21 23:56:38 +03:00
yairm210
7228b2d4ae
3.16.6
2021-08-21 21:22:24 +03:00
Yair Morgenstern
854132fc3d
Build test java11 ( #4924 )
...
* Test move to java 11
* Expanded metaspace size as per suggestion in https://github.com/gradle/gradle/issues/8354 to solve android list out of metaspace fail
* Master back to normal
2021-08-20 16:38:25 +03:00
Yair Morgenstern
07ab5fa125
Added class compile beore check
2021-08-20 14:47:05 +03:00
Yair Morgenstern
b9051e00bb
Reverted split of build
...
gradle build is a SUPERset of check, so will actually do extra things that are not needed.
2021-08-20 14:22:32 +03:00
Yair Morgenstern
2d7e675f95
Split build and check to different steps
...
For better understanding of where things fail or take time
2021-08-20 13:28:11 +03:00
Yair Morgenstern
3ebb1c86c7
Back to safe haven
...
We'll try this out slowly
2021-08-20 12:45:10 +03:00
Yair Morgenstern
a8084d7bbf
Removed cache to solve metaspace error
...
Got a "java.lang.OutOfMemoryError: Metaspace" error from https://github.com/yairm210/Unciv/runs/3380139617 , and 10 upvotes at https://stackoverflow.com/questions/55210139/gradle-java-lang-outofmemoryerror-metaspace/55210866 say this is a gradle cache problem. So much for that.
2021-08-20 11:52:10 +03:00
Yair Morgenstern
871f6a8101
Java version update, 8->11
2021-08-20 11:36:08 +03:00
Yair Morgenstern
d0f2363dfc
Added gradle caching to improve actions runtime
2021-08-20 11:06:37 +03:00
Yair Morgenstern
cd1a25aeb3
Added push to Google Play as a release step ( #4912 )
...
* t1
* Only run on tag
* Added Google Play service account
* t3 - now with correct signing location
* whatsNewDirectory
* This is just to test if the automatic upload to Google Play is working
* Removed Android SDK
not sure it's needed for android build and signing
* Returned branch to master
Should be final!
2021-08-20 01:11:41 +03:00
Yair Morgenstern
2c5934d481
Don't post patch releases on Discord
2021-07-16 10:03:57 +03:00
Yair Morgenstern
0776d9b36e
Discord Role mentions are different from User mentions
...
Which makes sense
2021-07-02 19:04:18 +03:00
Yair Morgenstern
f9d3c0403c
Added ping to @Game News role to Discord message
2021-07-02 18:50:31 +03:00
Yair Morgenstern
f88e2fa495
Multiline solution
...
As posted in https://trstringer.com/github-actions-multiline-strings/ by Thomas Stringer
2021-07-02 18:25:56 +03:00
Yair Morgenstern
aff396523d
Multiline test for release
2021-07-02 18:02:11 +03:00
Yair Morgenstern
25785fd949
Let's try this again
2021-07-02 17:46:04 +03:00
Yair Morgenstern
82cf4ad7aa
Added 'post release on Discord' to Github action
2021-07-02 17:27:13 +03:00
Yair Morgenstern
0472309472
OKAY!
...
Set as tag only, added body to release, removed test and check disable - we'll test this on the next version!
2021-07-02 13:59:58 +03:00
Yair Morgenstern
4b3764354a
Worketh?!
2021-07-02 13:54:21 +03:00
Yair Morgenstern
628e1f7bf5
...
2021-07-02 13:52:47 +03:00
Yair Morgenstern
f2b5407fe0
Forgot -zo obviously
2021-07-02 13:51:24 +03:00
Yair Morgenstern
c93a8978c7
grep -E instead
2021-07-02 13:45:48 +03:00
Yair Morgenstern
254c439031
Maybe something else went wrong? Back to basics
2021-07-02 13:41:04 +03:00