Build Pipeline
Local Build
Build server locally, then package container for Edgegap
When To Use
Use Local Build when your CI/host already has Unreal build toolchain ready.
Steps
- Set plugin
Build ModetoLocal Build. - Build dedicated server target.
- Build/push container image.
- Create/update app version in Edgegap.
Checklist
- Server target exists.
- Linux server build succeeds.
- Container entrypoint starts server process.
- Exposed ports match plugin/app config.