Split out nukage engine build into separate project for if/when we want to actually use it.

This commit is contained in:
2024-03-25 18:53:40 -05:00
commit 84406bc5fc
5 changed files with 49 additions and 0 deletions

11
.drone.yml Normal file
View File

@@ -0,0 +1,11 @@
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