Commit Graph

127 Commits

Author SHA1 Message Date
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
Yair Morgenstern
853092f525
Different regex test 2021-07-02 13:39:52 +03:00
Yair Morgenstern
4b025ec8e1
Disable other lines maybe 2021-07-02 13:38:37 +03:00
Yair Morgenstern
5eadd43eb1
Howabout now 2021-07-02 13:36:48 +03:00
Yair Morgenstern
2121f07c93
[^a] check 2021-07-02 13:33:45 +03:00
Yair Morgenstern
3193ba4a31
Too soon... 2021-07-02 13:31:35 +03:00
Yair Morgenstern
dac4b6ccae
Almost there 2021-07-02 13:29:48 +03:00
Yair Morgenstern
e8ae6a6b70
With -P, single unescape 2021-07-02 13:28:09 +03:00
Yair Morgenstern
6bb22ccfb9
Maybe it does want double \\ 2021-07-02 13:26:13 +03:00
Yair Morgenstern
aeef48c556
Okay we're getting somehwere. Grep with hashtag again. 2021-07-02 13:25:09 +03:00
Yair Morgenstern
aa300419cf
Maybe read directly from file? 2021-07-02 13:22:50 +03:00
Yair Morgenstern
a90fc4bfcd
No hashtags grep 2021-07-02 13:21:14 +03:00
Yair Morgenstern
2364e6b8d6
6 - minmal grep 2021-07-02 13:19:42 +03:00
Yair Morgenstern
e6b18f7852
Disabled check and test - gotta go fast 2021-07-02 13:17:53 +03:00
Yair Morgenstern
642a566338
5 2021-07-02 13:16:47 +03:00
Yair Morgenstern
8bbc286eeb
Round 4 - no double-unescape 2021-07-02 13:08:04 +03:00
Yair Morgenstern
3a24597a24
Round 3 2021-07-02 12:57:37 +03:00
Yair Morgenstern
9e78309e4e
Round 2, fight! 2021-07-02 12:43:16 +03:00
Yair Morgenstern
1f71d74ded
Actually activate 2021-07-02 12:28:22 +03:00
Yair Morgenstern
7322c1bbc8
Update buildAndDeploy.yml
read correct file
2021-07-02 12:26:50 +03:00
Yair Morgenstern
4d6942a6cb
Update buildAndDeploy.yml
Obviously if we want to test this it can't be only on tags...
2021-07-02 12:25:32 +03:00
Yair Morgenstern
a1da9598bd
Update buildAndDeploy.yml
'read release' test for version 3.15.7
2021-07-02 12:24:38 +03:00
Yair Morgenstern
b19c548c24
Update buildAndDeploy.yml
Linux 32 bit support is removed in 1.10.0 versio of LibGDX - see https://libgdx.com/news/2021/04/gdx-1-10
2021-04-19 22:12:02 +03:00
Yair Morgenstern
f5293843fd
Update uncivbot.yml 2021-01-24 19:39:34 +02:00