Skip to content

Trying out CI/CD for a unity project

License

Notifications You must be signed in to change notification settings

boriscallens/PipelinesDemo

Repository files navigation

PipelinesDemo

Trying out CI/CD for a unity project. Using a template Unity project for a bit of substance.

Workflows

  1. Feature branch: when changes are pushed to a feature branch, a build is triggered that only pushes test results
  2. Main branch
    - run tests
    - when successfull build for all platforms
    - gather artifacts in draft, pre-release build
    - push artifacts to itch.io and steam

Sources