summaryrefslogtreecommitdiffstats
path: root/.github/setup_ci.sh
AgeCommit message (Expand)Author
2021-09-29Use backticks instead of $(..) for portability.Darren Tucker
2021-09-29Test all available clang and gcc versions.Darren Tucker
2021-09-24Don't prompt for yes/no questions.David Manouchehri
2021-09-08Really fix test on OpenSSL 1.1.1 stable.Darren Tucker
2021-04-27Always build OpenSSL shared.Darren Tucker
2021-04-27Fix custom OpenSSL tests.Darren Tucker
2021-04-26Add c89 here too.Darren Tucker
2021-04-26Add test against OpenSSL w/out ECC.Darren Tucker
2021-04-26Interop test agains PuTTY.Darren Tucker
2021-04-26Support testing against arbitary libcrytpo vers.Darren Tucker
2021-04-23Replace "==" (a bashism) with "=".Darren Tucker
2021-04-23Remove dependency on bash.Darren Tucker
2021-04-05Install libcbor with libfido2.Darren Tucker
2021-02-23Valgrind test: split and move up list.Darren Tucker
2021-02-19Add test against Valgrind.Darren Tucker
2021-02-17Convert most github hosted tests to new config structure.Darren Tucker
2021-02-17Add self-hosted runners for VMs of other platforms.Darren Tucker
2021-01-28make with -j2 to use available CPUs.Darren Tucker
2021-01-28Add test against openssl head and libressl head.Darren Tucker
2021-01-27Run one test with -Werror to catch warnings.Darren Tucker
2021-01-12Add Mac OS X test targets.Darren Tucker
2021-01-09Add test against Graphene hardened malloc.Darren Tucker
2021-01-08Add Ubuntu 16.04 and 20.04 test targets.Darren Tucker
2020-08-07Add without-openssl without-zlib test target.Darren Tucker
2020-08-06Add CI with prepare scriptStefan Schindler