12 lines
268 B
YAML
12 lines
268 B
YAML
pipeline:
|
|
build-environment:
|
|
image: docker
|
|
commands:
|
|
- cat Dockerfile | docker build -t nukage-ci -
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
build-engine:
|
|
image: nukage-ci
|
|
commands:
|
|
- make engine/build/gzdoom
|