summaryrefslogtreecommitdiff
path: root/tools/ci/branches/master
AgeCommit message (Collapse)AuthorFilesLines
2025-03-05Rename --without-manaplusgame to --without-gameclientFedja Beader1-8/+8
@jesusalva asked what to rename it to, here: https://forums.themanaworld.org/viewtopic.php?t=21691 Squashed with: * Rename --without-manaversegame to --without-gameclient This makes the most sense, I think. Jes agrees, too. * Rename --without-manaplusgame to --without-manaversegame Split off from !45: Rename the program from ManaPlus to ManaVerse. **** mana/plus!138 Co-authored-by: jak1 <jak1@themanaworld.org>
2025-02-22Set C++11 as default C++ standardFedja Beader1-10/+10
Autoconf manual states that CXXFLAGS is a user variable and should not be overriden, so I did not use AX_APPEND_COMPILE_FLAGS for this. Thus, there are no checks if the compiler supports it, but also the builder can override this flag by passing another flag that overrides it on the command line. Okay, this is now way too theoretical. Indeed, the override happens with ./configure 'CXXFLAGS=-std=c++17' (both flags in final command line) Do note: - The standard was not explicitly set for some builds (thus compiler default was used) - The default on my own box is C++17 - I'm setting C++11 as that's required by my previous change. Upgrade to C++17 is deferred to until it becomes required. - The use of CPPFLAGS could be reviewed... they may be used incorrectly (instead of CXXFLAGS). I would really like to get all the builders going before requirements are raised. - CI cleanup would be nice - wish 4144 would return. **** mana/plus!128
2020-06-02Add gcc-snapshot with SDL2 build into main ci branchAndrei Karas1-0/+16
2020-05-30Switch docket image in gcc-7 ci builds in branchesAndrei Karas1-52/+52
2020-05-30Rename docker image names in ci branches from vicamo to i386Andrei Karas1-4/+4
2018-07-20Update asan library name.Andrei Karas1-2/+2
2017-12-30Add .gitlab-ci.yml from all ci branches.Andrei Karas1-0/+575