1
0
Fork 0
Commit Graph

14 Commits

Author SHA1 Message Date
Tiger Wang 959b263093
Fix AppVeyor IA32 builds (#5096)
* 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-12-31 19:43:02 +00:00
Tiger Wang 6317176d7e More CMake cleanup 2020-07-12 22:00:07 +01:00
Tiger Wang 804c3ba6e9
Upgrade to C++17 [CI] (#4716)
* 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>
2020-05-09 13:56:39 +00:00
Mat 57a248bfbf
Skip release builds outside master (#4447)
* Skip release builds outside master

* Remove tab character
2019-12-31 09:40:45 +02:00
Mattes D 66b0bc04ce Appveyor: Cache only the CMakeCache file.
Caching the entire build folder would overwrite the symlinked Plugins, webadmin etc.
2019-12-30 09:55:34 +01:00
Mattes D cc72b204b2
Output the binaries into a per-configuration Server subfolder. (#4440)
Make links to the original Server subfolder's items from the per-configuration Server subfolder.
2019-12-28 12:53:37 +01:00
mathiascode e3b6f2dccf AppVeyor release builds 2019-12-22 10:32:08 +01:00
Mattes D fcc836f2a5 Upgrade Appveyor's MSVC 2019-08-24 12:03:38 +02:00
peterbell10 fa4844e168 CMake: Fix test builds on MSVC (#4131)
* Add test dependency missing for MSVC builds.

* Appveyor builds tests and tools
2018-01-22 09:39:41 +00:00
Mattes D a3112cdc45 Revert "Redstone fixes" 2016-07-29 07:56:50 +02:00
Tiger Wang 62090e7bed Consolidated comparator code
* As a result, fixed an issue where GetPowerLevel didn't consider block
entities behind it (only GetFrontPowerLevel did)
2016-07-28 23:20:53 +01:00
Mattes D 87f992852d Let appveyor decide what OS to use 2015-09-29 20:53:16 +02:00
Mattes D dac97826f7 Renamed output directory to Server 2015-09-05 22:01:21 +02:00
Mattes D 9779ab2bd6 Added Appveyor yml settings file. 2015-08-18 08:52:23 +02:00