Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
0
Members

[solved - kind of] Build project automatically

A topic by Ikalou created Oct 14, 2016 Views: 429 Replies: 1
Viewing posts 1 to 2
(3 edits)

Hi,

Say I have the following hierarchy and all the required dependencies:

core
___systems
______game
___projects
______my_project

Is there a supported way to automatically trigger the build of "my_project" ?

Like the "build" button does on the app...

... but in a way that can be automated in a build system (e.g. by running a script, think GitLab CI).

Or do I have to start a server and send it some command over the network? A lot seems to be happening in plugins/default/gameSettings/build/buildGame.ts...

I'll take any help or pointers you have. Thanks.

Well... I ended up using a bash script to do the same thing. It's not pretty, and there are probably some differences, but it works ok : https://gist.github.com/Ikalou/d7df51d1de05e4ccbaee08e79c52dea0.