How to set up Golem

Continuous integration for IE mods. See it in action here. Happy IE suite is also discussed in this forum.
Locked
User avatar
Magus
Site Admin
Posts: 474
Joined: Mon Nov 21, 2016 9:13 am
Contact:

How to set up Golem

Post by Magus »

Pre-setup
Check out Golem's general description and features.

Requirements
The only requirement is to have the mod hosted on Github.

Setting up
  1. Add .bgforge.yml to the root of the repository.
  2. Go to repo settings and add a webhook:
    url: https://golem.bgforge.net/hooks/github/
    content type: application/json
    events: just the push event
    golem webhook
    golem webhook
  3. Post a request in this forum, stating mod name and github repo url.
  4. Optionally, add Golem badge to your README.md:

    Code: Select all

    [![Golem Status](https://golem.bgforge.net/mods/my-mod/status.svg)](https://golem.bgforge.net/mods/my-mod) 
    
Please do not PM or email me about my mods and projects. Use forums. Also, see our talk channels.
Locked