Moving to automatic builds and deployments
Ormer » Devlog
We’ve just moved our build process and deployment to Gitlab-CI.
The developers of Ormer now just need to push their code to the Gitlab repository to automatically generate new builds for Linux, Mac and Windows. Once the team feels they have a build they can release to Itch.io, they will commit with a special tag and the builds will be automatically available for download.
We hope this new process will increase collaboration on the open source code behind this project and remove the burden of deploying, potentially resulting in more frequent updates for the gamers.
Files
ormer-linux.zip 75 MB
Version devbuild_20200114-2 Jan 14, 2020
ormer.zip 74 MB
Version devbuild_20200114-2 Jan 14, 2020
ormer-windows.zip 73 MB
Version devbuild_20200114-2 Jan 14, 2020
Get Ormer
Download NowName your own price
Ormer
strategy board game inspired by abalone
Status | In development |
Publisher | |
Authors | frankiezafe, xuv |
Genre | Strategy |
Tags | 3D, Abstract, Board Game |
Languages | English |
More posts
- Board depthJan 09, 2020
- First prototypeJan 09, 2020
Comments
Log in with itch.io to leave a comment.
for those interested in CI, the script is in the branch ... ci > https://gitlab.com/polymorphcool/ormer/blob/ci/.gitlab-ci.yml
Not anymore. It’s now in the
master
branch.