Innopolis University DevOps Playground
Skip to content

Setup Game CI

Dmitrii Bargan requested to merge game-ci into master

This merge request sets up the CI powered by Game CI configuration scripts. This merge request should bring deployment on push and execution of bare minimum unit tests.

Tasks for this merge request

  • The CI pipeline successfully initializes
  • The CI pipeline produces an Android application APK artifact
  • The CI pipeline produces a WebGL build .zip file artifact
  • (unsolved) The CI pipeline uploads resulting WebGL build to itch.io
  • The CI pipeline executes bare minimum tests. The test should n=make sure that an IDataStorage is able to save and load objects correctly.

Resolves #34 (closed)

Edited by Dmitrii Bargan

Merge request reports