Age | Commit message (Expand) | Author | Files | Lines |
2017-03-31 | Add build job with all normal targets with enabled unitestsbin. | Andrei Karas | 1 | -0/+32 |
2017-03-31 | Add into .gitlab-ci.yml running already precompiled tests on windows. | Andrei Karas | 1 | -0/+8 |
2017-03-31 | Add into .gitlab-ci.yml tests compilation with mingw. | Andrei Karas | 1 | -0/+17 |
2017-03-28 | Remove physfs support. | Andrei Karas | 1 | -1/+0 |
2017-03-28 | Add circleci build system. | Andrei Karas | 2 | -0/+120 |
2017-03-28 | Add into .gotlab-ci.yml build unit tests in gentoo with gcc 4.9. | Andrei Karas | 1 | -0/+28 |
2017-03-27 | Add support for variables NEWCC and NEWCXX into all ci scripts. | Andrei Karas | 47 | -0/+376 |
2017-03-27 | Add gcc 4.1 and 4.3 gentoo jobs. also add gcc 5 gentoo tests (disabled). | Andrei Karas | 4 | -0/+62 |
2017-03-27 | Add debug message if JOBS variable is not set. | Andrei Karas | 1 | -0/+2 |
2017-03-27 | Set variable JOBS in docker containers in ci. | Andrei Karas | 1 | -0/+1 |
2017-03-27 | Fix incontainer ci script. | Andrei Karas | 1 | -2/+2 |
2017-03-27 | Fix make script after adding JOBS variable. | Andrei Karas | 1 | -2/+2 |
2017-03-27 | Use retry script for in docker ci scripts (for travis and other). | Andrei Karas | 1 | -2/+2 |
2017-03-27 | Read jobs number for make from JOBS variable in ci scripts. | Andrei Karas | 1 | -4/+11 |
2017-03-27 | Move docker scripts into separate files. Rename scripts from travis* to docker*. | Andrei Karas | 2 | -0/+9 |
2017-03-24 | Add into .gitlab-ci.yml builds on gentoo with gcc 3. | Andrei Karas | 1 | -0/+15 |
2017-03-20 | Fix coverage reports. | Andrei Karas | 1 | -0/+2 |
2017-03-11 | Add ci build with mingw-gcc5-shared-32 and SDL 1 libs. | Andrei Karas | 2 | -0/+40 |
2017-02-21 | On unit tests fail add some more logs into artficats. | Andrei Karas | 1 | -0/+4 |
2017-02-21 | In local docker detection script also fix packages url http://deb.debian.org/... | Andrei Karas | 2 | -0/+2 |
2017-02-21 | Add -fno-omit-frame-pointer flag into all ci tests with asan. | Andrei Karas | 2 | -0/+2 |
2017-02-21 | Add asan supprestion list into all ci tests with asan. | Andrei Karas | 3 | -0/+3 |
2017-02-21 | Add asan leak suppression list for tests. | Andrei Karas | 1 | -0/+5 |
2017-02-20 | Fix some leaks in unit tests. | Andrei Karas | 1 | -0/+3 |
2017-02-17 | Add ci script for running tests with gcc snapshot and asan/ubsan. | Andrei Karas | 1 | -0/+32 |
2017-02-16 | Add script and config for travis builds. | Andrei Karas | 1 | -0/+8 |
2017-02-15 | In ci dont fail on local runner if cant update apt sources list. | Andrei Karas | 1 | -1/+1 |
2017-02-14 | Fix ci script gcc6_sanitize_tests.sh. | Andrei Karas | 1 | -0/+1 |
2017-02-14 | Add ci script with gcc 6 sanitize tests. | Andrei Karas | 1 | -0/+30 |
2017-02-14 | Add optional configure parameters for all ci build scripts. | Andrei Karas | 12 | -12/+12 |
2017-02-13 | Add ci script for run tests with gcc snapshot. | Andrei Karas | 3 | -2/+26 |
2017-02-08 | Add sdl 2 builds with gcc 4.8 and 4.9 | Andrei Karas | 5 | -5/+5 |
2017-02-04 | Dont remove existing CPPFLAGS in gcc6.sh and gcc6_tests.sh script. | Andrei Karas | 2 | -2/+2 |
2017-02-02 | Fix deheader exception for climits.h | Andrei Karas | 1 | -1/+1 |
2017-02-02 | Add exception into deheader. | Andrei Karas | 1 | -0/+1 |
2017-01-30 | Save also commit and project url into http://stats.manaplus.org | Andrei Karas | 1 | -0/+4 |
2017-01-30 | Allow set additonal configure flags in ci script gcc5_tests.sh | Andrei Karas | 1 | -1/+1 |
2017-01-30 | Add check custom linked libs script for ci. | Andrei Karas | 1 | -0/+16 |
2017-01-30 | Add POST_CXXFLAGS into gcc6 ci script. | Andrei Karas | 1 | -0/+2 |
2017-01-27 | Fix gcc snapshot ci flags. | Andrei Karas | 1 | -1/+20 |
2017-01-26 | Add compilation with some zlib versions and most libpng versions. | Andrei Karas | 1 | -0/+21 |
2017-01-25 | Add updaterepos ci script. | Andrei Karas | 1 | -0/+12 |
2017-01-25 | Remove deheader_sdl2.sh because it same with deheader.sh | Andrei Karas | 1 | -11/+0 |
2017-01-25 | In ci move install packages from shell scripts into .gitlab-ci.yml | Andrei Karas | 54 | -261/+21 |
2017-01-25 | Move some always executed ci commands from init.sh into before_script. | Andrei Karas | 1 | -9/+5 |
2017-01-24 | Add ci job for test tarball for build and run unit tests. | Andrei Karas | 1 | -0/+31 |
2017-01-23 | Add gcc 4.7 with c++11 flag into ci. | Andrei Karas | 1 | -0/+24 |
2017-01-14 | Generate detailed reports in gcov ci job. | Andrei Karas | 1 | -1/+1 |
2017-01-13 | Remove lto flags from gcc simd ci tests. | Andrei Karas | 1 | -1/+3 |
2017-01-12 | Remoeve left gcov flags from i386 builds. | Andrei Karas | 2 | -2/+2 |