summaryrefslogtreecommitdiff
path: root/tools/ci/jobs
AgeCommit message (Expand)AuthorFilesLines
2017-02-14Add optional configure parameters for all ci build scripts.Andrei Karas12-12/+12
2017-02-13Add ci script for run tests with gcc snapshot.Andrei Karas3-2/+26
2017-02-08Add sdl 2 builds with gcc 4.8 and 4.9Andrei Karas5-5/+5
2017-02-04Dont remove existing CPPFLAGS in gcc6.sh and gcc6_tests.sh script.Andrei Karas2-2/+2
2017-01-30Save also commit and project url into http://stats.manaplus.orgAndrei Karas1-0/+4
2017-01-30Allow set additonal configure flags in ci script gcc5_tests.shAndrei Karas1-1/+1
2017-01-30Add POST_CXXFLAGS into gcc6 ci script.Andrei Karas1-0/+2
2017-01-25Remove deheader_sdl2.sh because it same with deheader.shAndrei Karas1-11/+0
2017-01-25In ci move install packages from shell scripts into .gitlab-ci.ymlAndrei Karas53-261/+0
2017-01-24Add ci job for test tarball for build and run unit tests.Andrei Karas1-0/+31
2017-01-23Add gcc 4.7 with c++11 flag into ci.Andrei Karas1-0/+24
2017-01-13Remove lto flags from gcc simd ci tests.Andrei Karas1-1/+3
2017-01-12Remoeve left gcov flags from i386 builds.Andrei Karas2-2/+2
2017-01-12Remove gcov from ci i386 builds, because they failing with out of memory.Andrei Karas4-4/+62
2017-01-11Add support for collecting coverage data in gcc6 tests and store on stats web...Andrei Karas3-3/+12
2017-01-11Add ci jobs with unit tests with gcc 6 and SDL 2.Andrei Karas1-0/+29
2017-01-05Add retry script for wget invokes in ci jobs.Andrei Karas3-3/+3
2017-01-05Add ci job with unit tests with gcc 6 and simd+lto.Andrei Karas1-0/+32
2017-01-04Add pages generation with doxygen docs and git stats.Andrei Karas3-0/+44
2017-01-04Add -Wno-attributes into ci jobs where it missing.Andrei Karas3-3/+6
2017-01-04Add compiler flag -Wno-attributes for prevent warnings about packed attributes.Andrei Karas19-19/+26
2016-12-23Ignore dye palette includes in deheader.Andrei Karas1-0/+1
2016-12-22Add ci tests without opengl support.Andrei Karas3-3/+3
2016-12-19Add ci jobs with gcc 5 and 6 and cilk plus.Andrei Karas1-1/+1
2016-12-17Add missing clang versions into ci tests.Andrei Karas4-0/+95
2016-12-17Add -Wpointer-bool-conversion flag into clang ci jobs.Andrei Karas4-3/+7
2016-12-17Add generic clang job script.Andrei Karas1-0/+20
2016-12-10Add ci job with clang 4.0Andrei Karas1-0/+28
2016-11-06Try to fix clang deps packages in ci.Andrei Karas3-3/+3
2016-09-24Exclude one file from cpplint checks.Andrei Karas1-0/+1
2016-07-20In find in ci scripts allow search in soft links.Andrei Karas2-2/+2
2016-07-06Add ci test for image icc profiles.Andrei Karas1-0/+20
2016-06-23Save deheader log files into logs directory.Andrei Karas3-3/+3
2016-06-22Allow clone mplint from fork at first and if it missing from original manaplu...Andrei Karas1-1/+1
2016-06-15Fix compilation with gcc 4.4 and add exception into deheader script.Andrei Karas1-0/+1
2016-06-13Fix includes and update deheader ci script.Andrei Karas1-0/+3
2016-06-04Add deheader into ci tools.Andrei Karas3-0/+63
2016-05-10Add valgrind into ci test scripts.Andrei Karas4-4/+8
2016-05-10Improve error checks in tests ci scripts.Andrei Karas4-4/+4
2016-05-07Disable another warning in cpplint ci script.Andrei Karas1-1/+2
2016-05-07Disable new warning in cpplint in ci.Andrei Karas1-1/+2
2016-05-05Add into ci scripts pngcheck.Andrei Karas1-0/+22
2016-05-05Add ci job with gcc6 and disabled asserts.Andrei Karas1-1/+1
2016-05-01In ci scripts add also protection against git clone failures.Andrei Karas1-1/+1
2016-04-30Add into ci scripts clang 3.9 with C++11 flags.Andrei Karas3-4/+31
2016-04-30Remove -Wno-unreachable-code-return from clang ci scripts.Andrei Karas2-2/+2
2016-04-30Add into ci scripts gcc 4.5 and gcc 4.8Andrei Karas2-0/+40
2016-04-30Change gcc lto job from gcc 5 to gcc 6.Andrei Karas2-53/+25
2016-04-28Add workaround for fix compilation warnings in SDL2.Andrei Karas1-1/+1
2016-04-28Add into ci scripts flag -fsanitize=bounds-strictAndrei Karas1-1/+1