Files
BBeOS/config.yaml
Eliott 71941f0584
Some checks failed
CI / markdown-lint (push) Failing after 15s
Phase 1: Initial kernel development setup
- Added comprehensive hardware research documentation
- Created bootloader analysis and driver compatibility research
- Set up development environment with cross-compilation tools
- Created Q20-specific device tree (simplified version)
- Added kernel build scripts and configuration
- Set up CI/CD pipeline with Gitea Actions
- Added .gitignore for build artifacts
2025-07-31 17:43:09 +02:00

24 lines
497 B
YAML

instance_addr: "https://gitea.lab48.be"
token: "GmRyjlWA93CrtQWwpA1oinm6RtNRSBu0CHcbH1N4"
runner:
file: /home/macpro61/bbeos-runner/.runner
envs:
GITEA_LOGS_FILE: /home/macpro61/bbeos-runner/logs/runner.log
GITEA_LOGS_LEVEL: INFO
cache:
enabled: true
dir: /home/macpro61/bbeos-runner/cache
container:
docker_host_env: DOCKER_HOST
privileged: false
options: "--dns=8.8.8.8 --dns=8.8.4.4"
network: host
labels:
- "ubuntu-latest"
- "linux"
- "x64"
- "self-hosted"