summaryrefslogtreecommitdiff
path: root/tools/ci/branches/ci_h
AgeCommit message (Collapse)AuthorFilesLines
2025-02-22Set C++11 as default C++ standardFedja Beader1-28/+28
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 not 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 has 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).
2020-05-30Replace cosmic image to xenial in ci scriptsAndrei Karas1-6/+6
2019-01-26Replace in gcc-5 ci builds unstable to cosmicAndrei Karas1-2/+6
2018-11-24Add workaround for compilation warning in SDL 1.2 with new Mesa.Andrei Karas1-0/+4
2018-06-15Move header from branched .gitlab-ci.yml into separate file.Andrei Karas1-26/+0
2017-12-30Add .gitlab-ci.yml from all ci branches.Andrei Karas1-0/+139