summaryrefslogtreecommitdiffstats
path: root/Jenkinsfile (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-11-22Fixup #5319Alexander Harkness1-1/+1
2021-11-22#5319Alexander Harkness1-0/+8
Archive luacheckrc
2021-07-10Update build script names to be more intuitive.Alexander Harkness1-7/+7
See: https://github.com/cuberite/cuberite/commit/e77a4ab46deb63655037132ee4af7b9612890ee0
2021-06-17Move More CI into Jenkins - Travis Migration Progress (#5241)Alexander Harkness1-2/+28
* 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
2021-06-15Migrate off CircleCI to Jenkins (#5230)Alexander Harkness1-0/+35
* Add Jenkinsfile * cd src * Escape wildcards * Refactor stages * Remove CircleCI junk * Make clang-tidy do something * updated regex to include only the files in the base src directory * fixed errors displayed by new clang tidy version * adjust clang core count to actual count * Update README with new Jenkins build Co-authored-by: 12xx12 <44411062+12xx12@users.noreply.github.com>