Documentation
Getting Started
Welcome to Godot Build Servers documentation. This guide will help you get started with automated builds for your Godot projects.
Quick Start Guide
- 1. Create an account and log in to your dashboard
- 2. Connect your GitLab repository
- 3. Configure your build settings (platforms, Godot version)
- 4. Trigger your first build
- 5. Download your compiled game artifacts
How It Works
🔗
Repository Connection
Connect your GitLab repository with webhook integration for automatic build triggers on push.
⚙️
Build Configuration
Select target platforms (Windows, Linux, Mac, Android, Web) and Godot version for your builds.
🚀
Automated Builds
Every commit triggers a clean build in isolated environments - no "works on my machine" issues.
📦
Artifact Storage
Download compiled binaries instantly. All build artifacts are versioned and stored securely.
API Reference
Comprehensive API documentation coming soon. You'll be able to:
- • Trigger builds programmatically via REST API
- • Query build status and logs
- • Download artifacts via API
- • Manage projects and team members