Update build and changelog
This commit is contained in:
parent
4c16b647d5
commit
18f523f8ce
60
.drone.yml
60
.drone.yml
@ -1,38 +1,42 @@
|
|||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: kubernetes
|
type: kubernetes
|
||||||
name: Build paulxstretch
|
name: Release paulxstretch
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
branch:
|
|
||||||
exclude:
|
|
||||||
- main
|
|
||||||
event:
|
event:
|
||||||
- push
|
- tag
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Init git submodules with themes
|
- name: Build
|
||||||
image: alpine/git
|
image: ubuntu:22.04
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init --recursive
|
- apt-get update -y
|
||||||
- name: Build and push the docker image
|
- |
|
||||||
image: plugins/docker
|
apt-get install -y \
|
||||||
when:
|
build-essential libasound2 cmake \
|
||||||
branch:
|
fftw-dev pkg-config libx11-dev \
|
||||||
- dev
|
x11-xserver-utils libxrandr-dev \
|
||||||
settings:
|
libxinerama-dev libxcursor-dev \
|
||||||
registry: git.badhouseplants.net
|
libfreetype6-dev libfftw3-dev \
|
||||||
username: allanger
|
libasound2-dev libjack-dev
|
||||||
password:
|
- |
|
||||||
from_secret: GITEA_TOKEN
|
cmake -B build -S /src \
|
||||||
repo: git.badhouseplants.net/${DRONE_REPO}
|
-DCMAKE_BUILD_TYPE=Release \
|
||||||
tags: latest
|
-DCMAKE_INSTALL_PREFIX=/usr -Wno-dev
|
||||||
|
- cmake --build build
|
||||||
|
|
||||||
# - name: Build the Linux version
|
- name: Prepare files for release
|
||||||
# image: ubuntu
|
image: ubuntu:22.04
|
||||||
# commands:
|
commands:
|
||||||
# - apt update -y
|
- mkdir dist
|
||||||
# - apt 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
|
- cp -r build/release/Standalone/paulxstretch dist/
|
||||||
# - cmake -B build -S $DRONE_WORKSPACE -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -Wno-dev
|
- cp -r build/release/VST3/PaulXStretch.vst3 dist/
|
||||||
# - cmake --build build
|
|
||||||
#
|
- name: Release paulxstretch
|
||||||
|
image: plugins/gitea-release
|
||||||
|
settings:
|
||||||
|
api_key:
|
||||||
|
from_secret: GITEA_TOKEN
|
||||||
|
base_url: https://git.badhouseplants.net
|
||||||
|
files: dist/*
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
|
|
||||||
## PaulXStretch Change History
|
## PaulXStretch Change History
|
||||||
|
**v1.7.0**
|
||||||
|
- Update JUCE to 7.0.2
|
||||||
|
- Started using submodules for deps
|
||||||
|
|
||||||
**v1.6.0** (2022-06-16)
|
**v1.6.0** (2022-06-16)
|
||||||
- Added live output recording feature
|
- Added live output recording feature
|
||||||
|
Loading…
Reference in New Issue
Block a user