appveyor.yml 477 B

123456789101112131415161718192021222324
  1. image: Visual Studio 2015
  2. configuration:
  3. - Debug
  4. - DebugDLL
  5. - Release
  6. - ReleaseDLL
  7. platform:
  8. - Win32
  9. - x64
  10. build:
  11. project: win32\VS2015\opus.sln
  12. parallel: true
  13. verbosity: minimal
  14. test_script:
  15. - cmd: >-
  16. %APPVEYOR_BUILD_FOLDER%\win32\VS2015\%PLATFORM%\%CONFIGURATION%\test_opus_api.exe
  17. %APPVEYOR_BUILD_FOLDER%\win32\VS2015\%PLATFORM%\%CONFIGURATION%\test_opus_decode.exe
  18. %APPVEYOR_BUILD_FOLDER%\win32\VS2015\%PLATFORM%\%CONFIGURATION%\test_opus_encode.exe