appveyor.yml 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. version: 1.6.2.{build}
  2. os: Windows Server 2012 R2
  3. environment:
  4. MSBuild: "\"c:/Program Files (x86)/MSBuild/12.0/bin/msbuild.exe\""
  5. #PLATFORM: - defined in appveyor env
  6. #CONFIGURATION: - defined in appveyor env
  7. clone_folder: c:\projects\cpp-dependencies
  8. platform:
  9. - Win32
  10. - x64
  11. #configuration:
  12. #- Debug
  13. #- Release , this will be set later
  14. build: off # temporarily
  15. # scripts to run before build
  16. #build_script:
  17. #- cmake --version
  18. #- cd c:\projects\cpp-dependencies
  19. #- set CONFIGURATION=Debug
  20. #- call build_jsoncpp.bat
  21. #- call bundle_jsoncpp.bat
  22. #- call build_microhttpd.bat
  23. #- call bundle_microhttpd.bat
  24. #- call build_curl.bat
  25. #- call bundle_curl.bat
  26. #- set CONFIGURATION=Relase
  27. #- call build_jsoncpp.bat
  28. #- call bundle_jsoncpp.bat
  29. #- call build_microhttpd.bat
  30. #- call bundle_microhttpd.bat
  31. #- call build_curl.bat
  32. #- call bundle_curl.bat
  33. #- set CONFIGURATION=Debug
  34. #- call build_jsonrpccpp.bat
  35. #- call bundle_jsonrpccpp.bat
  36. #- set CONFIGURATION=Release
  37. #- call build_jsonrpccpp.bat
  38. #- call bundle_jsonrpccpp.bat