gearmulator

Emulation of classic VA synths of the late 90s/2000s that are based on Motorola 56300 family DSPs
Log | Files | Refs | Submodules | README | LICENSE

commit 95c0cff17cde3dc821a4c5f880b9bcd90ed732e6
parent 98c64d5190811c6d7babce96918e2f2693ce6a41
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Sun, 21 Apr 2024 02:20:11 +0200

remove obsolete CI scripts

Diffstat:
Dscripts/ci_linux.bat | 1-
Dscripts/ci_linux.sh | 6------
Dscripts/ci_linux_nopull.sh | 3---
Dscripts/ci_mac.sh | 6------
Dscripts/ci_win.bat | 3---
5 files changed, 0 insertions(+), 19 deletions(-)

diff --git a/scripts/ci_linux.bat b/scripts/ci_linux.bat @@ -1 +0,0 @@ -bash -c ./ci_linux.sh diff --git a/scripts/ci_linux.sh b/scripts/ci_linux.sh @@ -1,6 +0,0 @@ -cd ../ -git reset --hard -git pull -git submodule update --init --recursive -./build_linux.sh -cd scripts diff --git a/scripts/ci_linux_nopull.sh b/scripts/ci_linux_nopull.sh @@ -1,3 +0,0 @@ -cd ../ -./build_linux.sh -cd scripts diff --git a/scripts/ci_mac.sh b/scripts/ci_mac.sh @@ -1,6 +0,0 @@ -cd ../ -git reset --hard -git pull -git submodule update --init --recursive -./build_mac.sh -cd scripts diff --git a/scripts/ci_win.bat b/scripts/ci_win.bat @@ -1,3 +0,0 @@ -pushd ..\ -call build_win64.bat -popd