Added pothos to windows CI 3

This commit is contained in:
Ryzerth 2021-04-24 22:20:33 +02:00
parent 75b54fb9b4
commit 10d368444b

View File

@ -72,4 +72,8 @@ jobs:
run: vcpkg install fftw3:x64-windows glew:x64-windows glfw3:x64-windows
- name: Install rtaudio
run: git clone https://github.com/thestk/rtaudio ; cd rtaudio ; mkdir build ; cd build ; cmake .. ; cmake --build . --config Release ; cmake --install .
run: git clone https://github.com/thestk/rtaudio ; cd rtaudio ; mkdir build ; cd build ; cmake .. ; cmake --build . --config Release ; cmake --install .
- name: Build
working-directory: ${{runner.workspace}}/build
run: cmake .. "-DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake" -G "Visual Studio 15 2017 Win64"