mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 06:51:54 +00:00
disable unit tests for appveyor (without vcpkg)
This commit is contained in:
parent
87bbba9069
commit
2c3e59f8ee
1 changed files with 3 additions and 2 deletions
|
@ -59,8 +59,9 @@ build_script:
|
|||
- cd build
|
||||
- cmake -G "%generator%" ..
|
||||
- cmake --build . --config Release # build libfluidsynth and fluidsynth exec
|
||||
- cmake -Denable-tests=1 ..
|
||||
- cmake --build . --config Release --target check # build unittests
|
||||
# FIXME the linker doesnt find gthread-2.0.lib in the second run, why???
|
||||
# - cmake -Denable-tests=1 ..
|
||||
# - cmake --build . --config Release --target check # build unittests
|
||||
|
||||
after_build:
|
||||
- 7z a fluidsynth.zip %APPVEYOR_BUILD_FOLDER%\build\src\Release\* c:\deps\bin\libglib*.dll c:\deps\bin\libgthread*.dll c:\deps\bin\*intl*.dll
|
||||
|
|
Loading…
Reference in a new issue