Skip to content

revert previous commit because it reduces performance and readability #532

revert previous commit because it reduces performance and readability

revert previous commit because it reduces performance and readability #532

Workflow file for this run

name: Ubuntu cmake
on:
push:
branches: [ master, development, automation ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: fetchall
run: git fetch --tags --all
- name: dependencies
run: sudo apt update &&
sudo apt install --assume-yes build-essential default-jre doxygen dpkg-dev g++ git imagemagick jackd2 libasound2-dev libboost-all-dev libcairomm-1.0-dev libeigen3-dev libfftw3-dev libfftw3-double3 libfftw3-single3 libgsl-dev libgtkmm-3.0-dev libgtksourceviewmm-3.0-dev libjack-jackd2-dev liblo-dev libltc-dev libmatio-dev libsndfile1-dev libwebkit2gtk-4.0-dev libxml++2.6-dev lsb-release make portaudio19-dev ruby-dev software-properties-common texlive-latex-extra texlive-latex-recommended vim-common wget libsamplerate0-dev libxerces-c-dev
- name: make
run: mkdir build && cd build && cmake -B . -S ../ && make