Building distribution options from command line
Posted: Sat Jul 28, 2018 7:07 pm
Sorry if I'm being dumb and missing something. I found this thread that is a good starting point for me, but I need help to figure out the rest:
viewtopic.php?t=24850
The command renpy.sh launcher distribute /path/to/mygame builds 5 versions for me currently: linux, mac, market, pc and win, in the folder [renpy projects]/[game_name]-[config.version]-dists
I have two questions basically:
1 - is it possible to only build specific distros, e.g. just pc, mac and linux?
2 - can I specify where the dists are placed?
I'm experimenting with GitLab and its pipelines, and if the two things above are possible, it'd save me creating a bash file to move, rename and delete files and folders. My end goal is to push commits that triggers a pipeline:
- pull / sync images files from separate location (probably google drive). I'm separating the images folder to save bandwidth when committing.
- build distributions for the 3 versions: mac, pc, linux
- upload the distributions to google drive
viewtopic.php?t=24850
The command renpy.sh launcher distribute /path/to/mygame builds 5 versions for me currently: linux, mac, market, pc and win, in the folder [renpy projects]/[game_name]-[config.version]-dists
I have two questions basically:
1 - is it possible to only build specific distros, e.g. just pc, mac and linux?
2 - can I specify where the dists are placed?
I'm experimenting with GitLab and its pipelines, and if the two things above are possible, it'd save me creating a bash file to move, rename and delete files and folders. My end goal is to push commits that triggers a pipeline:
- pull / sync images files from separate location (probably google drive). I'm separating the images folder to save bandwidth when committing.
- build distributions for the 3 versions: mac, pc, linux
- upload the distributions to google drive