Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Tweak travis script | ShadowNinja | 2016-03-19 |
| | | | | Exit if cd fails and don't insert '\' in string. | ||
* | Implement OSX Travis builds | Pavel Puchkin | 2016-02-04 |
| | |||
* | Clean up and tweak build system | ShadowNinja | 2015-03-27 |
| | | | | | | | | | | | | | | | | * Combine client and server man pages. * Update unit test options and available databases in man page. * Add `--worldname` to man page. * Fix a bunch of places where `"Minetest"` was used directly instead of `PROJECT_NAME`. * Disable server build by default on all operating systems. * Make `ENABLE_FREETYPE` not fail if FreeType isn't found. * Enable LevelDB, Redis, and FreeType detection by default. * Remove the `VERSION_PATCH_ORIG` hack. * Add option to search for and use system JSONCPP. * Remove broken LuaJIT version detection. * Rename `DISABLE_LUAJIT` to `ENABLE_LUAJIT`. * Rename `minetest_*` variables in `version.{h,cpp}` to `g_*`. * Clean up style of CMake files. | ||
* | Rename --do-unittests to --run-unittests as @Zeno- and @sfan5 requested | Loic Blot | 2015-02-24 |
| | |||
* | Unit tests must be done at integration process. | Loic Blot | 2015-02-21 |
| | | | | | | * Remove --enable-unittests and --disable-unittests and add --do-unittests function * --do-unittests function will exit 0 on success. * minetest and minetestserver binaries are launched with --do-unittests in travis build. | ||
* | Add LevelDB and redis to Travis Linux builds | sfan5 | 2015-02-16 |
| | |||
* | Build for win32 & win64 on Travis too | sfan5 | 2014-12-06 |