Commit Graph

29 Commits

Author SHA1 Message Date
Roger Clotet
7eaff7adb6 Fix build for Godot 4 (#107) 2023-04-29 20:25:55 +02: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
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
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
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
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
Barichello
3458f6124b Update to 3.2.3 2020-09-17 11:06:55 -03:00
abarichello
21afe0aaed Update gitlab-ci template to use test-project 2020-05-18 18:31:49 -03:00
BARICHELLO
8955d82703 Initial github action yaml 2020-04-26 15:57:29 -03:00
m Kotob
b800450363 Add caching for imported assets
This will cache the imported files between each run. This massively speeds up the export stage for big projects.

Note that this will save the cache *after* a stage is done, so if you add new files it will still import them once for each platform (but will not import them again in the future, which is what matter).
2020-04-25 17:04:06 -03:00
Hugo Locurcio
4b40190b44 Run git fetch before switching branches
This ensures the desired branch is available.

This closes #9.
2020-04-09 20:54:34 -03:00
Barichello
a80ac562e6 Update to Godot 3.2.1 2020-03-12 10:25:46 -03:00
BARICHELLO
0c2d614e45 Update commit message 2020-02-23 21:20:37 -03:00
BARICHELLO
ca377d4924 Fix #7 2020-02-23 21:05:53 -03:00
Julien Deswaef
5fa72f3f4d Moves Itch.io variables to Gitlab CI/CD settings panel 2020-01-16 23:00:44 -03:00
Julien Deswaef
181e433959 Corrects Butler options to point to correct folder 2020-01-16 23:00:44 -03:00
Julien Deswaef
6df44cac72 Adds Itch.io Butler 2020-01-16 23:00:44 -03:00
Barichello
40de3db777 Add GitLab pages deploy 2019-12-19 18:04:40 -03:00
Barichello
30f6b9a728 Move EXPORT_NAME to CI panel
README cleanup
2019-08-16 00:36:35 -03:00
Barichello
aa7d059047 Update to Godot 3.1.1 release 2019-04-28 16:56:05 -03:00
BARICHELLO
54884fe6cc Move variables to Ci panel; Update README 2019-03-22 00:35:39 -03:00
BARICHELLO
0bcd6746f9 Remove only tags; Remove readme.md
Updated gitlab-ci script to remove all markdown files which can interfere with index.html in gh-pages. Removed all 'only' tags.
2019-03-22 00:12:28 -03:00
Barichello
2a1194cef5 Release 3.1 2019-03-14 00:03:48 -03:00
BARICHELLO
65bfe69015 Reordered checkout in gitlab-ci script
Reordered checkout so it doesnt error out on overwriting untracked files.
2018-10-31 00:59:13 -03:00
aBARICHELLO
6fabaa0ca4 Update CI export_name 2018-10-25 15:54:38 -03:00
BARICHELLO
1a62f5a150 Add gitlab-ci usage example 2018-10-25 01:17:01 -03:00