commit 8455362740b3ba1461f07ac44ae212bce0940363 Author: Gregory Marco Date: Thu Oct 3 01:58:45 2024 -0500 Initial commit of nukage build image. diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..bb1463c --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,7 @@ +steps: + build-nukage-ci: + image: docker + commands: + - docker build -t nukage-ci nukage-ci + volumes: + - /var/run/docker.sock:/var/run/docker.sock diff --git a/nukage-ci/Dockerfile b/nukage-ci/Dockerfile new file mode 100755 index 0000000..35a4fe9 --- /dev/null +++ b/nukage-ci/Dockerfile @@ -0,0 +1,5 @@ +FROM debian:latest +RUN apt-get update && apt-get -y install build-essential zip cmake libsdl2-dev \ + zlib1g-dev libbz2-dev libjpeg-dev libfluidsynth-dev libgme-dev libopenal-dev \ + libmpg123-dev libsndfile1-dev libwildmidi-dev libgtk-3-dev timidity nasm tar chrpath \ + pandoc openssh-client libvpx-dev