mirror of
https://github.com/luzifer-docker/factorio.git
synced 2024-11-09 23:30:00 +00:00
12 lines
139 B
YAML
12 lines
139 B
YAML
|
---
|
||
|
|
||
|
image: "quay.io/luzifer/repo-runner-image"
|
||
|
checkout_dir: /src/factorio
|
||
|
|
||
|
commands:
|
||
|
- make ci
|
||
|
|
||
|
environment:
|
||
|
GHUSER: luzifer-docker
|
||
|
|