Commit Graph

97 Commits

Author SHA1 Message Date
Hugo Locurcio
66b7d6fef1 Fix some export_templates folder names not being replaced 2024-02-10 19:43:37 +01:00
Hugo Locurcio
373788c30a Fix export_templates folder name in Dockerfile and CI scripts (#135) 2024-02-10 19:39:16 +01:00
Lázaro Danillo Menezes
e5670b7ff2 Update JDK version required for Godot 4.2 Android exports (#132) 2024-01-24 20:29:31 +01:00
Hugo Locurcio
b65c243be9 Use Godot 4.2.1 in CI build template (#128) 2024-01-17 01:16:27 +01:00
Hugo Locurcio
c1f87c9e12 Fix Godot CLI arguments to use --headless everywhere (#113)
- Use long-form `--verbose` and `--editor` for better readability.
2023-12-21 17:43:37 +01:00
Roger Clotet
0400d7855a Fix imports cache for Godot 4 (#108) 2023-04-29 23:20:15 +02:00
Roger Clotet
7eaff7adb6 Fix build for Godot 4 (#107) 2023-04-29 20:25:55 +02:00
seanmaxwell
3aa561e917 Update Release Action for Godot 4.0 (#105)
* fix(release.yml): use new arguments for 4.0

* Update release.yml

* Update release.yml

* Update release.yml

* Update manual_build.yml

* support godot 4

* Revert "support godot 4"

This reverts commit 5295542b0a753fa6f508bbc2fcaf9517e94a1181.

* update for godot 4.0

* Update manual_build.yml

* Update manual_build.yml
2023-04-17 17:48:42 +02:00
Björn Heinrichs
90fcfe5d65 Provide support for Godot 4 (#104)
* Provide support for Godot 4

Godot 4 is still in beta, but there are some changes that will be in Effect in the Future.

In particular this change is backwards compatible to the existing workflows.
In particular linux_headless has been sunset and replaced by the regular linux distribution (linux.x86_64).
To run Godot in a headless context, it is now necessary to specify the display-driver to be "headless".

With this change a Workflow can be created for the beta releases of Godot.

* Support exports out-of-the-box

Godot renamed the templates folder.
Adds a Symbolic Link to support both without any overhead

See https://github.com/godotengine/godot/pull/63093
2023-03-15 15:58:41 +01:00
Hugo Locurcio
ec59a7150d Improve export troubleshooting notes in the README (#74) 2022-12-25 09:36:15 +01:00
Carter Gale
a0da3ac281 Add missing step to C#/Mono tutorial in README.md (#84)
* Add missing step to C#/Mono tutorial in README.md 

Previously, the detail that you had to change .stable to .stable.mono in the Setup steps directory structure was not listed and was very confusing for me until I found an issue from some time ago ( https://github.com/abarichello/godot-ci/issues/29#issuecomment-680315417 ) that stated this solution but was never addressed. I hope this can save people some trouble in the future.

* Apply suggestions from code review

* Update README.md

Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2022-12-25 09:34:38 +01:00
loteque
31ec75f1ad add PROJECT_PATH global. (#94) 2022-12-25 09:33:05 +01:00
Tobias Bisa Wallin
a9e0cd5932 use GITHUB_OUTPUT instead of set-output (#100) 2022-12-25 09:31:39 +01:00
Adriano Orioli
d5d59bbe53 Use GitHub CLI to fetch release information (#92) 2022-08-07 07:18:03 +02:00
Adriano Orioli
651e66176a Add a Manual Build workflow (#83) 2022-06-07 19:32:51 +02:00
Adriano Orioli
83ead0139f Automate image release process (#79) 2022-03-31 23:28:02 +02:00
Mk5
685c022b8f Update Java version to 11 (#78) 2022-03-04 23:02:08 +01:00
Daniel Z
2a0bf137ac Update version of github-pages-deploy-action used in templates (#77)
The last release of v3 was in 2020.

The input parameters are now lowercase, and the token is now
automatically taken from the environment.
2022-02-26 19:40:24 +01:00
Daniel Z
7b118c686d Install rsync in the container (#76)
This simplifies the workflow file and speeds up every deploy.
2022-02-26 19:39:49 +01:00
Barichello
f8fb9f6629 Release 3.4.2 2021-12-22 17:13:42 -03:00
Barichello
3e4cd2e7eb Release 3.4.1 2021-12-19 10:18:39 -03:00
Maxim
51399a21ce Add downloading of android-sdk and required components (#69) 2021-12-13 15:02:26 +01:00
Barichello
e28c424c4a Release 3.4 2021-11-08 19:09:00 -03:00
Barichello
03bccd237b Update version used in templates 2021-10-06 14:40:01 -03:00
Barichello
d7fda1c892 Update 3.3.4 2021-10-06 14:38:17 -03:00
Barichello
effade83ce Update 3.3.3 2021-08-19 13:41:08 -03:00
Ryan Roden-Corrent
80e3237aa3 Remove needless cd from gitlab-ci.
It seems that the workdir for gitlab is already inside the cloned repo,
so `cd $EXPORT_NAME` will fail.

Here's a build that prints `pwd` to demonstrate:
https://gitlab.com/rcorre/weekly-game-jam-204/-/jobs/1318895344

Here's a pipeline that passed after removing `cd`:
- https://gitlab.com/rcorre/weekly-game-jam-204/-/pipelines/315008027
- 1af90b1fa2.
2021-06-17 00:07:42 -03:00
Barichello
faf95dbdaa Release 3.3.2 2021-05-24 22:43:55 -03:00
Barichello
586a040ffe Update 3.3.1 2021-05-20 21:04:10 -03:00
Barichello
b65b3889a3 Update 3.3 2021-04-21 19:31:00 -03:00
Kotob
9213e16d62 Add additional resources for other CI needs (#46)
* Add additional resources for other CI needs

Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2020-12-21 17:27:52 +03:00
Barichello
2c4434c531 Arg to env 2020-11-14 21:47:31 -03:00
Barichello
df5950c674 Add debian frontend env 2020-11-13 14:04:24 -03:00
Barichello
54c3e2687e Update authors label 2020-11-12 23:16:41 -03:00
Lucas K Allmon
1baa82b692 fix(lfs): add lfs flag to godot-ci.yml 2020-11-12 22:59:04 -03:00
Lucas K Allmon
c4890edf44 chore(git): version for LFS dependency 2020-11-12 22:59:04 -03:00
Lucas K Allmon
f7535c9ae6 fix(lfs): add lfs to mono 2020-11-06 09:27:07 -03:00
Lucas K Allmon
e7c86530f6 feature(lfs): add dependency to image 2020-11-06 09:27:07 -03:00
Piet Bronders
b49893d3e3 Add base64 command for windows, Fix type from variable to file (#41)
* Add base64 command for windows, Fix type from variable to file

Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>

Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2020-11-02 20:14:11 +03:00
Stephan Kessler
2554eb4cac changed to openjdk headless to decrease image size 2020-10-06 18:50:58 -03:00
Stephan Kessler
fff44ff9a5 added android build steps in readme 2020-10-06 18:50:58 -03:00
Stephan Kessler
f1b58b7570 added android export (debug/ release) for gitlab 2020-10-06 18:50:58 -03:00
Kotob
79554d957d Update mono docker to 3.2.3 2020-09-18 09:51:48 -03:00
Barichello
3458f6124b Update to 3.2.3 2020-09-17 11:06:55 -03:00
David Snopek
957868d787 Add a link to David Snopek's video tutorial series about Godot and GitLab CI 2020-07-27 18:13:11 -03:00
BARICHELLO
4810419ab7 Merge pull request #24 from asheraryam/mono-upgrade
Upgrade mono Dockerfile to 3.2.2
2020-06-27 10:58:31 -03:00
kotob
84ec8dd552 Upgrade mono Dockerfile to 3.2.2 2020-06-27 10:20:38 +03:00
BARICHELLO
22f6aa9217 Merge pull request #23 from aBARICHELLO/aBARICHELLO-patch-1
Upgrade to 3.2.2
2020-06-26 10:07:35 -03:00
BARICHELLO
b5693f294f Upgrade to 3.2.2 2020-06-26 10:03:13 -03:00
Kotob
6e6020383b Merge pull request #22 from OverloadedOrama/master
Deploy to GitHub Pages from GitHub Actions
2020-06-26 12:10:50 +03:00