aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
AgeCommit message (Expand)Author
2018-08-27Use #if instead of #ifdef for Fruit macros (apart from include guards).Marco Poletti
2017-11-19Re-add the explicit "-T host=x64" CMake param to Appveyor release builds usin...Marco Poletti
2017-11-18Use the standalone CMake installation instead of the one shipped with MSVC 20...Marco Poletti
2017-11-12Remove the explicit "-T host=x64" CMake param from Appveyor release builds us...Marco Poletti
2017-11-12Another attempt to make Fruit work with MSVC (2015 and 2017) in Appveyor.Marco Poletti
2017-11-11Clean up unnecessary flags and debug prints from the Appveyor config.Marco Poletti
2017-11-11Another attempt to fix the build in Appveyor.Marco Poletti
2017-11-11Fix compilation under MSVC 2017.Marco Poletti
2017-07-08Set aggressive Fruit debug flags only in Fruit CI instead of always setting t...Marco Poletti
2017-06-11Reorder the CI tests in AppVeyor putting MSVC first, since it's the one most ...Marco Poletti
2017-03-19Fix the AppVeyor build matrix: an entry set neither BOOST_DIR nor FRUIT_USES_...Marco Poletti
2017-03-19Clean up the AppVeyor build matrix. Also, add tests with -DBUILD_SHARED_LIBS=...Marco Poletti
2017-03-19Use the MSVC 2015 image for AppVeyor tests with MinGW, AppVeyor's MSVC 2017 s...Marco Poletti
2017-03-19Add more debug prints to the AppVeyor test script.Marco Poletti
2017-03-19Introduce a FRUIT_USES_BOOST CMake flag to allow building Fruit without Boost.Marco Poletti
2017-03-18Clean up the AppVeyor config/script now that it works for MinGW, and disable ...Marco Poletti
2017-03-18More changes to the AppVeyor config/script:Marco Poletti
2017-03-18More changes to the AppVeyor config/script:Marco Poletti
2017-03-18Some more changes to the AppVeyor config/script.Marco Poletti
2017-03-18Some changes to the AppVeyor config/script:Marco Poletti
2017-03-18Specify vcvarsall.bat's dir instead of the file directly in the AppVeyor config.Marco Poletti
2017-03-18Quote variables in the AppVeyor script directly instead of the AppVeyor confi...Marco Poletti
2017-03-18Fix escaping in the AppVeyor config file.Marco Poletti
2017-03-18Set PATH to a fixed string in the AppVeyor script, to avoid undesired interfe...Marco Poletti
2017-03-18Various fixes to the AppVeyor config/script:Marco Poletti
2017-03-18Execute postsubmit.bat via "cmd /c" instead of CALL in AppVeyor, to avoid ter...Marco Poletti
2017-03-18Set the VCVARSALL_SCRIPT variable to a non-existent script instead of an empt...Marco Poletti
2017-03-18Various improvements to the AppVeyor config/script:Marco Poletti
2017-03-18Try running postsubmit.bat with CALL instead of directly, to see if that works.Marco Poletti
2017-03-18Fix quoting in a setx command used when testing Fruit on Windows in AppVeyor.Marco Poletti
2017-03-18Change the PATH variable via setx instead of set when running CI tests on Win...Marco Poletti
2017-03-18Add an appveyor.xml file for CI with AppVeyor (and a postsubmit.bat script).Marco Poletti