sfizz/scripts/appveyor/build.cmd
2020-10-29 09:51:30 +01:00

5 lines
262 B
Batchfile

cmake --build . --target sfizz_tests --config Release -j2
.\tests\Release\sfizz_tests.exe
cmake --build . --target sfizz_lv2 --config Release -j2
cmake --build . --target sfizz_lv2_ui --config Release -j2
cmake --build . --target sfizz_vst3 --config Release -j2