summaryrefslogtreecommitdiffstats
path: root/appveyor.yml (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-12-31Fix AppVeyor IA32 builds (#5096)Tiger Wang1-1/+1
* Fix AppVeyor IA32 builds > The default target platform name (architecture) is that of the host and is provided in the CMAKE_VS_PLATFORM_NAME_DEFAULT variable. AppVeyor uses AMD64. Oops. * del cmakecache * - * +
2020-07-12More CMake cleanupTiger Wang1-56/+21
2020-05-09Upgrade to C++17 [CI] (#4716)Tiger Wang1-4/+16
* Update CI * Reduce one build to minimum cmake version * Update compile instructions with new minimum versions * Update more guides * Run debug build with VS 2017 Co-authored-by: Peter Bell <peterbell10@live.co.uk>
2019-12-31Skip release builds outside master (#4447)Mat1-0/+8
* Skip release builds outside master * Remove tab character
2019-12-30Appveyor: Cache only the CMakeCache file.Mattes D1-3/+3
Caching the entire build folder would overwrite the symlinked Plugins, webadmin etc.
2019-12-28Output the binaries into a per-configuration Server subfolder. (#4440)Mattes D1-44/+24
Make links to the original Server subfolder's items from the per-configuration Server subfolder.
2019-12-22AppVeyor release buildsmathiascode1-10/+126
2019-08-24Upgrade Appveyor's MSVCMattes D1-1/+2
2018-01-22CMake: Fix test builds on MSVC (#4131)peterbell101-1/+3
* Add test dependency missing for MSVC builds. * Appveyor builds tests and tools
2016-07-29Revert "Redstone fixes"Mattes D1-2/+2
2016-07-29Consolidated comparator codeTiger Wang1-2/+2
* As a result, fixed an issue where GetPowerLevel didn't consider block entities behind it (only GetFrontPowerLevel did)
2015-09-29Let appveyor decide what OS to useMattes D1-1/+0
2015-09-05Renamed output directory to ServerMattes D1-1/+1
2015-08-18Added Appveyor yml settings file.Mattes D1-0/+14