Installation
Install and set up Stasis CI Runner
CI Runner Installation
Prerequisites
- Docker and Docker Compose
- Rust 1.94+ (for local development)
Quick Start with Docker
1. Clone the Repository
git clone https://github.com/get-stasis/stasis-ci.git
cd stasis-ci2. Configure Environment
cp .env.example .env
vim .env3. Start Development Environment
make dev-up4. View Logs
make dev-logsDevelopment Commands
| Command | Description |
|---|---|
make dev-up | Start development environment |
make dev-down | Stop development environment |
make dev-logs | View CI runner logs |
make dev-build | Rebuild development container |
make build | Build locally |
make test | Run tests |