Skip to content

replace generic xyzgain by diffusedecoder with detection of 2d/3d #133

replace generic xyzgain by diffusedecoder with detection of 2d/3d

replace generic xyzgain by diffusedecoder with detection of 2d/3d #133

Workflow file for this run

name: Windows/MSYS2 make
on:
push:
branches: [ master, development, feature/msys2 ]
jobs:
build:
runs-on: windows-latest
defaults:
run:
shell: msys2 {0}
steps:
- uses: msys2/setup-msys2@v2
with:
msystem: UCRT64
update: true
install: git vim zip mingw-w64-ucrt-x86_64-gcc make mingw-w64-ucrt-x86_64-pkgconf mingw-w64-ucrt-x86_64-eigen3 mingw-w64-ucrt-x86_64-jack2 mingw-w64-ucrt-x86_64-liblo mingw-w64-ucrt-x86_64-libsndfile mingw-w64-ucrt-x86_64-gtkmm3 mingw-w64-ucrt-x86_64-gsl mingw-w64-ucrt-x86_64-fftw mingw-w64-ucrt-x86_64-libsamplerate mingw-w64-ucrt-x86_64-xerces-c mingw-w64-ucrt-x86_64-gtksourceviewmm3 mingw-w64-ucrt-x86_64-dlfcn mingw-w64-ucrt-x86_64-matio mingw-w64-ucrt-x86_64-adwaita-icon-theme mingw-w64-ucrt-x86_64-cmake mingw-w64-ucrt-x86_64-cunit mingw-w64-ucrt-x86_64-libmysofa
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: lineendings
run: git config --global core.autocrlf true
- name: build
run: make -j 4
- name: unittest
run: make unit-tests
- name: regressiontest
run: make -C test
- name: packaging
run: make packwin
- name: checkgit
run: git status
- uses: actions/upload-artifact@v4
with:
name: tascar-windows
path: packaging/win/*.zip