Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-11-22 | Dump the api as well as checking it. | Alexander Harkness | 1 | -0/+1 | |
2021-07-10 | Update build script names to be more intuitive. | Alexander Harkness | 1 | -6/+6 | |
See: https://github.com/cuberite/cuberite/commit/e77a4ab46deb63655037132ee4af7b9612890ee0 | |||||
2021-06-17 | Move More CI into Jenkins - Travis Migration Progress (#5241) | Alexander Harkness | 1 | -3/+7 | |
* Add build stage to Jenkinsfile * Run travisbuild in bash rather than sh * Add GCC/Clang differentiation * Use different working directory for each build type. * Correct directory name * Remove travis config file * Always clean workspace afterwards | |||||
2020-07-12 | More CMake cleanup | Tiger Wang | 1 | -7/+8 | |
2020-05-31 | Configurable LTO (#4755) | Tiger Wang | 1 | -2/+3 | |
2020-05-16 | Upgrade to C++17 [CMake] (#4717) | Tiger Wang | 1 | -6/+16 | |
* Make our CMake slightly less insane | |||||
2020-05-16 | Travis: Fix ccache on debug builds (#4741) | peterbell10 | 1 | -2/+10 | |
2020-02-24 | Create build script for Jenkins (and use it) (#4473) | Alexander Harkness | 1 | -0/+0 | |
* Add Jenkins build script, so it can actually be used. * Build tools * Reduce build threads to 2 so as not to overload server * Rename CIBuild.sh to travisbuild.sh, better reflect actual use * Echo commands as they are executed * Add toolchain file configuration | |||||
2019-12-28 | Output the binaries into a per-configuration Server subfolder. (#4440) | Mattes D | 1 | -1/+1 | |
Make links to the original Server subfolder's items from the per-configuration Server subfolder. | |||||
2019-11-10 | CI: Add arm build to travis (#4422) | peterbell10 | 1 | -1/+8 | |
* Add arm to travis build matrix * Pin clang-3.5 build to ubuntu trusty * Add ccache to build This explicitly excludes macOS since the images don't come with ccache installed and the install time is not justified by the time saved. | |||||
2018-01-14 | Travis: Remove gdb (#4140) | peterbell10 | 1 | -11/+1 | |
2017-12-22 | Fix Travis build (#4101) | peterbell10 | 1 | -14/+9 | |
Stop using gdb on osx - was breaking the build Add clang 3.5 build as travis now defaults to 5.0 Fix unknown-warning-option errors on AppleClang ProtoProxy: Use nullptr UrlClientTest: add override to callback destructor Update jsoncpp to use nullptr | |||||
2017-10-21 | TravisCI: Add osx builds | peterbell10 | 1 | -3/+11 | |
2017-03-21 | Catch crash if any and print backtrace from every thread | Lukas Pioch | 1 | -1/+4 | |
2016-10-25 | CI: API test defaults to failure, unless explicitly succeeded. | Mattes D | 1 | -0/+5 | |
This fixes problems with the CI build succeeding when the API description has a syntax error in it and the APIDump plugin won't even load. | |||||
2016-09-12 | CIBuild: Mark as failure on duplicate API docs. | Mattes D | 1 | -0/+5 | |
2015-10-02 | Removed the BasicStyleCheck from Travis builds. | Mattes D | 1 | -5/+0 | |
The check is being done on dedicated CircleCI "build" now. | |||||
2015-09-27 | CI builds fail on newly undocumented API. | Mattes D | 1 | -2/+13 | |
2015-09-05 | Renamed output directory to Server | Mattes D | 1 | -7/+7 | |
2015-08-20 | Use container-based infrastructure for Travis | Tiger Wang | 1 | -0/+5 | |
2015-08-20 | Fixed and improved restarting | Tiger Wang | 1 | -2/+3 | |
Restarts are now an actual, close-as-possible to application exit+reopen. | |||||
2015-05-12 | CIBuild: Added action labels | Mattes D | 1 | -0/+4 | |
2015-03-18 | Enabled output of individual tests. | Mattes D | 1 | -1/+1 | |
2015-03-11 | Reduced number of build jobs. | Alexander Harkness | 1 | -2/+2 | |
2015-03-10 | Reduce amount of testing, realises #1795 | Tiger Wang | 1 | -2/+2 | |
2014-12-25 | Travis style check in the right folder. | Mattes D | 1 | -1/+3 | |
2014-12-25 | Added basic style checking to Travis builds. | Mattes D | 1 | -0/+1 | |
2014-09-10 | Added MCServer_ prfix to env vars for versions | Tycho | 1 | -3/+3 | |
2014-09-10 | Added example for how to use version info to travis | Tycho | 1 | -0/+4 | |
2014-05-17 | Don't start mcserver up in coverage builds | worktycho | 1 | -1/+3 | |
Starting the server up is not a test. | |||||
2014-05-10 | Fail build on error | Tycho | 1 | -1/+3 | |
2014-05-10 | Don't run start test under gcov | Tycho | 1 | -1/+1 | |
2014-05-10 | Relocate gcda files so gcov can find them | Tycho | 1 | -0/+1 | |
2014-05-10 | Make scripts executable | Tycho | 1 | -0/+0 | |
2014-05-10 | Maybe coverage working? | Tycho | 1 | -0/+6 | |