Initial commit of nukage build image.
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
7
.woodpecker.yml
Normal file
7
.woodpecker.yml
Normal file
@@ -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
|
||||
5
nukage-ci/Dockerfile
Executable file
5
nukage-ci/Dockerfile
Executable file
@@ -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
|
||||
Reference in New Issue
Block a user