Compare commits
10 Commits
main
...
renovate/c
Author | SHA1 | Date | |
---|---|---|---|
f53d06412d | |||
4257a0f8ba | |||
90c0a7b7ee | |||
bdc8618d6e | |||
8eb3eb5ebe | |||
e92fa5db8b | |||
efe63eaf3e | |||
4f07b14e76 | |||
18f523f8ce | |||
4c16b647d5 |
19
Dockerfile
19
Dockerfile
@ -1,18 +1,9 @@
|
||||
FROM ubuntu:25.10 AS builder
|
||||
RUN apt-get update -y && \
|
||||
apt-get install -y \
|
||||
build-essential libasound2t64 \
|
||||
cmake fftw-dev pkg-config libx11-dev \
|
||||
x11-xserver-utils libxrandr-dev \
|
||||
libxinerama-dev libxcursor-dev \
|
||||
libfreetype6-dev libfftw3-dev \
|
||||
libasound2-dev libjack-dev
|
||||
|
||||
FROM ubuntu AS builder
|
||||
RUN apt-get update -y &&\
|
||||
apt-get install -y build-essential libasound2 cmake fftw-dev pkg-config libx11-dev x11-xserver-utils libxrandr-dev libxinerama-dev libxcursor-dev libfreetype6-dev libfftw3-dev libasound2-dev libjack-dev
|
||||
COPY . /src
|
||||
WORKDIR /src
|
||||
COPY . .
|
||||
RUN cmake -B build -S /src \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr -Wno-dev
|
||||
RUN cmake -B build -S /src -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -Wno-dev
|
||||
RUN cmake --build build
|
||||
|
||||
FROM ubuntu
|
||||
|
BIN
paulxstretch-vst3.zip
Normal file
BIN
paulxstretch-vst3.zip
Normal file
Binary file not shown.
3
renovate.json
Normal file
3
renovate.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
|
||||
}
|
Reference in New Issue
Block a user