summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
AgeCommit message (Expand)AuthorFilesLines
2017-01-25In .gitlab-ci.yml set default image to debian:unstable.Andrei Karas1-259/+1
2017-01-25Fix .gitlab-ci.ymlAndrei Karas1-208/+208
2017-01-25Add updaterepos ci script.Andrei Karas1-0/+1
2017-01-25Remove deheader_sdl2.sh because it same with deheader.shAndrei Karas1-104/+104
2017-01-25In ci move install packages from shell scripts into .gitlab-ci.ymlAndrei Karas1-208/+1947
2017-01-25Move some always executed ci commands from init.sh into before_script.Andrei Karas1-0/+3
2017-01-25Add empty dependencies to most jobs.Andrei Karas1-304/+307
2017-01-25Into .gitlab-ci.yml add retry build variables.Andrei Karas1-0/+4
2017-01-24Remove report jobs from .gitlab-ci.ymlAndrei Karas1-23/+0
2017-01-24Add ci job for test tarball for build and run unit tests.Andrei Karas1-0/+7
2017-01-23Add gcc 4.7 with c++11 flag into ci.Andrei Karas1-0/+9
2017-01-18Add into .gitlab-ci.yml missing docker tag for sanitize builds.Andrei Karas1-0/+4
2017-01-12fix .gitlab-ci.ymlAndrei Karas1-2/+2
2017-01-12Remove gcov from ci i386 builds, because they failing with out of memory.Andrei Karas1-4/+4
2017-01-11Add support for collecting coverage data in gcc6 tests and store on stats web...Andrei Karas1-0/+2
2017-01-11Add ci jobs with unit tests with gcc 6 and SDL 2.Andrei Karas1-0/+18
2017-01-11In .gitlab-ci.yml rename log-failed-jobs into job-artifacts.Andrei Karas1-302/+302
2017-01-05Add ci job with unit tests with gcc 6 and simd+lto.Andrei Karas1-0/+9
2017-01-04Add pages generation with doxygen docs and git stats.Andrei Karas1-0/+48
2016-12-29Move sdl2 build ci job into prebuild stage.Andrei Karas1-7/+7
2016-12-22Add ci tests without opengl support.Andrei Karas1-0/+54
2016-12-19Add ci jobs with gcc 5 and 6 and cilk plus.Andrei Karas1-6/+20
2016-12-17Add missing clang versions into ci tests.Andrei Karas1-0/+72
2016-12-17Add generic clang job script.Andrei Karas1-2/+2
2016-12-11Disable ci test with clang 4.0 because it broken in debian.Andrei Karas1-1/+1
2016-12-11Use clang 4.0 ci job only with docker runner.Andrei Karas1-0/+2
2016-12-11Fix .gitlab-ci.ymlAndrei Karas1-2/+4
2016-12-10Add ci job with clang 4.0Andrei Karas1-0/+9
2016-09-24Use debian stable image for gcc 4.9 in .gitlab-ci.ymlAndrei Karas1-5/+5
2016-09-24Into .gitlab-ci.yml add builds with some other options.Andrei Karas1-0/+21
2016-09-10Remove duplication on artifacts for CI jobsZ.J. van de Weg1-1395/+286
2016-08-05Disable for now npc dialog creation test.Andrei Karas1-2/+1
2016-08-05Disable ci test gcc-5_sdl2_tests_i386, because some times it fail and no way ...Andrei Karas1-1/+2
2016-07-29Replace some gcc5 to gcc6 in .gitlab-ci.ymlAndrei Karas1-7/+7
2016-07-28Remove eathena flag from .gitlab-ci.ymlAndrei Karas1-388/+212
2016-07-06Add ci test for image icc profiles.Andrei Karas1-0/+11
2016-06-23Save deheader log files into logs directory.Andrei Karas1-208/+208
2016-06-23Add failure artifacts for all ci jobs.Andrei Karas1-0/+1470
2016-06-22Use docker runner for gcc 4.7Andrei Karas1-0/+2
2016-06-22Use docker runner for cmake jobs too.Andrei Karas1-0/+2
2016-06-22Use docker runner for all unit tests.Andrei Karas1-0/+6
2016-06-22Remove docker tag from ci jobs what can be run in amd64 shell runner.Andrei Karas1-542/+0
2016-06-14Move gcc 4.4 / amd64 into prebuild ci stage.Andrei Karas1-8/+8
2016-06-14Remove debug flag from deheader ci tools.Andrei Karas1-208/+208
2016-06-07Remove duplicates from .gitlab-ci.yml and fix some job names.Andrei Karas1-18/+2
2016-06-07Move most slow deheader ci jobs into first deheader jobs.Andrei Karas1-168/+168
2016-06-05Add ci jobs for run deheader without OpenGL flags.Andrei Karas1-0/+1460
2016-06-04Remove fake build from .gitlab-ci.ymlAndrei Karas1-9/+0
2016-06-04In .gitlab-ci.yml move tests to first positions, because they most slow.Andrei Karas1-81/+83
2016-06-04Add deheader into ci tools.Andrei Karas1-0/+1460