1. 321d2d4 Fix the AppVeyor build matrix: an entry set neither BOOST_DIR nor FRUIT_USES_BOOST=False, causing a build failure. by Marco Poletti · 7 years ago
  2. 5057598 Clean up the AppVeyor build matrix. Also, add tests with -DBUILD_SHARED_LIBS=False. by Marco Poletti · 7 years ago
  3. 2481eed Use the MSVC 2015 image for AppVeyor tests with MinGW, AppVeyor's MSVC 2017 system image doesn't have MinGW ATM. by Marco Poletti · 7 years ago
  4. 7168d34 Add more debug prints to the AppVeyor test script. by Marco Poletti · 7 years ago
  5. 56e84d4 Introduce a FRUIT_USES_BOOST CMake flag to allow building Fruit without Boost. by Marco Poletti · 7 years ago
  6. 73940f0 Clean up the AppVeyor config/script now that it works for MinGW, and disable runs with MSVC 2017 for now since that system image doesn't have Boost. by Marco Poletti · 7 years ago
  7. 4b0c452 More changes to the AppVeyor config/script: by Marco Poletti · 7 years ago
  8. d56b6e6 More changes to the AppVeyor config/script: by Marco Poletti · 7 years ago
  9. 59b3a02 Some more changes to the AppVeyor config/script. by Marco Poletti · 7 years ago
  10. 4459535 Some changes to the AppVeyor config/script: by Marco Poletti · 7 years ago
  11. baa1889 Specify vcvarsall.bat's dir instead of the file directly in the AppVeyor config. by Marco Poletti · 7 years ago
  12. 0f06c03 Quote variables in the AppVeyor script directly instead of the AppVeyor config, to avoid having quotes where there shouldn't be any (e.g. PATH). by Marco Poletti · 7 years ago
  13. bd26bb9 Fix escaping in the AppVeyor config file. by Marco Poletti · 7 years ago
  14. 70a5537 Set PATH to a fixed string in the AppVeyor script, to avoid undesired interference from directories in the default PATH. by Marco Poletti · 7 years ago
  15. 6845cfd Various fixes to the AppVeyor config/script: by Marco Poletti · 7 years ago
  16. b22cb6d Execute postsubmit.bat via "cmd /c" instead of CALL in AppVeyor, to avoid terminating the parent script if postsubmit.bat fails. by Marco Poletti · 7 years ago
  17. 29550ee Set the VCVARSALL_SCRIPT variable to a non-existent script instead of an empty string, when testing Fruit on Windows/MinGW in AppVeyor. by Marco Poletti · 7 years ago
  18. 0b31f7e Various improvements to the AppVeyor config/script: by Marco Poletti · 7 years ago
  19. 42a37e1 Try running postsubmit.bat with CALL instead of directly, to see if that works. by Marco Poletti · 7 years ago
  20. a5fcc71 Fix quoting in a setx command used when testing Fruit on Windows in AppVeyor. by Marco Poletti · 7 years ago
  21. 8acf626 Change the PATH variable via setx instead of set when running CI tests on Windows. by Marco Poletti · 7 years ago
  22. ac9372d Add an appveyor.xml file for CI with AppVeyor (and a postsubmit.bat script). by Marco Poletti · 7 years ago