kc3-lang/libtommath/.travis.yml

Branch :


Log

Author Commit Date CI Message
2555884f 2019-05-21 15:20:05 really last one - reorder once more so all long-running jobs start in the beginning [skip ci]
55ce3e35 2019-05-21 14:56:07 last last one - mtest with real rand on gcc, with prng on clang
f8ecaf05 2019-05-21 14:56:01 ok, a last one - reorder stuff ;-) [skip ci]
c09efffb 2019-05-21 14:50:44 Run gcc 4.9 build on valgrind instead of sanitized clang build
77b42459 2019-05-21 14:44:08 ok, one more - disable gcc mtest-vs-test runs, only run clang tests [skip ci]
f92d8f0a 2019-05-21 13:54:18 COMPILE_DEBUG=1 for the valgrind build
30361df5 2019-05-21 13:49:19 v-algrind and tune builds to the beginning ... as they take the longest time
5c7b9180 2019-05-21 13:43:06 run tuner only once during CI
ce34b3ae 2019-05-21 11:30:33 Restrict running Valgrind * Activate on the develop branch * Activate on branches containing the word v-algrind (without hyphen) * Activate if the commit message contains v-algrind (without hyphen) * Run default build always with valgrind
4534056c 2019-05-13 00:22:18 use enums mp_err, mp_ord, mp_bool, mp_sign * MP_USE_ENUMS enables enums * Wc++-compat catches some implicit conversions if MP_USE_ENUMS is defined * 100% backwards compatible API/ABI if MP_USE_ENUMS is not defined