Browse Source

add badges

faust
Alexandros Theodotou 3 years ago
parent
commit
3bc128c4ab
Signed by: alex
GPG Key ID: 022EAE42313D70F3
  1. 6
      .travis.yml
  2. 4
      README.md

6
.travis.yml

@ -25,7 +25,7 @@ before_install: @@ -25,7 +25,7 @@ before_install:
export msys2+='& C:\\tools\\msys64\\msys2_shell.cmd -defterm -no-start'
export mingw64="$msys2 -mingw64 -full-path -here -c \$\* --"
export msys2+=" -msys2 -c \$\* --"
$msys2 pacman --sync --noconfirm --needed mingw-w64-x86_64-toolchain mingw-w64-x86_64-librsvg mingw-w64-x86_64-meson mingw-w64-x86_64-libsndfile mingw-w64-x86_64-guile
$msys2 pacman --sync --noconfirm --needed mingw-w64-x86_64-toolchain mingw-w64-x86_64-librsvg mingw-w64-x86_64-meson mingw-w64-x86_64-libsndfile guile
## Install more MSYS2 packages from https://packages.msys2.org/base here
taskkill //IM gpg-agent.exe //F || true # https://travis-ci.community/t/4967
export PATH=/C/tools/msys64/mingw64/bin:$PATH
@ -38,7 +38,7 @@ before_install: @@ -38,7 +38,7 @@ before_install:
brew link --overwrite python
;;
linux)
sudo apt-get install -y librsvg2-dev libjack-dev libsndfile1-dev ninja-build python3 git lcov guile-2.0
sudo apt-get install -y librsvg2-dev libjack-dev libsndfile1-dev ninja-build python3 git lcov guile-2.0 lv2-dev
git clone https://github.com/mesonbuild/meson /tmp/meson
pip install --user gcovr cpp-coveralls
;;
@ -70,7 +70,7 @@ script: @@ -70,7 +70,7 @@ script:
ninja -C build test
;;
windows)
cd ext/Soundpipe && make && cd ../..
$mingw64 cd ext/Soundpipe && make && cd ../..
$mingw64 meson build
$mingw64 ninja -C build
$mingw64 ninja -C build test

4
README.md

@ -2,6 +2,8 @@ ZPlugins @@ -2,6 +2,8 @@ ZPlugins
========
[![builds.sr.ht status](https://builds.sr.ht/~alextee/zplugins.svg)](https://builds.sr.ht/~alextee/zplugins?)
[![travis build status](https://img.shields.io/travis/zrythm/ZPlugins?label=travis%20build)](https://travis-ci.org/zrythm/ZPlugins)
[![code coverage](https://img.shields.io/coveralls/github/zrythm/ZPlugins)](https://coveralls.io/github/zrythm/ZPlugins)
Collection of audio DSP plugins to be bundled with the
Zrythm DAW.
@ -20,7 +22,7 @@ Plugins @@ -20,7 +22,7 @@ Plugins
Dependencies
------------
ztoolkit (with rsvg), libsndfile
guile, [ztoolkit](https://git.zrythm.org/cgit/ztoolkit/) (with rsvg), libsndfile
Building
--------

Loading…
Cancel
Save