From d725dfcbf2154a18cfcddca4f94d329fe643a96a Mon Sep 17 00:00:00 2001 From: Probal Basak <probasak@in.ibm.com> Date: Tue, 25 Mar 2025 16:06:58 +0530 Subject: [PATCH] Added README and gitlab ci configuration --- .gitlab-ci.yml | 7 +++++++ README.md | 3 +++ 2 files changed, 10 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e69de29..e773729 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -0,0 +1,7 @@ +--- +include: + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml + - https://www.opencode.net/zynthbox/gitlab-ci-tools/raw/main/zynthbox-default-ci.yml +variables: + SOURCE_ARCHIVE: "https://github.com/zynthbox/zynthbox-dependencies/releases/download/RC-5/adlplug-1.0.2.tar.xz" + BUILDING_ZYNTHBOX_DEPENDENCY: 1 diff --git a/README.md b/README.md index e69de29..4a7b1ce 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,3 @@ +# zynthbox-plugin-adlplug + +Build latest zynthbox-plugin-adlplug from source https://github.com/zynthbox/zynthbox-dependencies/releases/download/RC-5/adlplug-1.0.2.tar.xz -- GitLab