rename drone.yml to woodpecker.yml

This commit is contained in:
2024-10-03 00:21:47 -05:00
parent 207976b7d7
commit cbc64c8fee
2 changed files with 41 additions and 41 deletions

11
.woodpecker.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