summaryrefslogtreecommitdiffstats
path: root/.github/workflows/c-cpp.yml
AgeCommit message (Expand)Author
2022-02-25Add tests for latest releases of {Libre,Open}SSL.Darren Tucker
2022-02-18Add test configs for MUSL C library.Darren Tucker
2022-01-05Always save config.h as build artifact.Darren Tucker
2021-11-12Switch from LibreSSL 3.4.0 to 3.4.1.Darren Tucker
2021-10-22Test both MIT KRB5 and Heimdal.Darren Tucker
2021-10-21Build with -Werror on most recent gcc and clang.Darren Tucker
2021-10-12Add tcmalloc test target.Darren Tucker
2021-09-29Add make clean step to tests.Darren Tucker
2021-09-29Test all available clang and gcc versions.Darren Tucker
2021-09-17Test against LibreSSL 3.2.6, 3.3.4, 3.4.0.Darren Tucker
2021-09-08Really fix test on OpenSSL 1.1.1 stable.Darren Tucker
2021-09-08Correct OpenSSL 1.1.1 stable identifier.Darren Tucker
2021-09-08Tests for OpenSSL 3.0.0 release & 1.1.1 branch.Darren Tucker
2021-09-05Test against OpenSSL 3 branch as well as dev.Darren Tucker
2021-08-16Remove deprecated ubuntu-16.04 test targets.Darren Tucker
2021-04-27Test against OpenSSL 1.1.0h instead of 1.1.0g.Darren Tucker
2021-04-27Use the default VM type for libcrypto ver tests.Darren Tucker
2021-04-26Add test against OpenSSL w/out ECC.Darren Tucker
2021-04-26Ensure we can still build with C89.Darren Tucker
2021-04-26Support testing against arbitary libcrytpo vers.Darren Tucker
2021-04-23Re-add macos-11.0 test target.Darren Tucker
2021-04-22Don't always set SUDO.Darren Tucker
2021-04-08Run unit tests under valgrind.Darren Tucker
2021-04-07Further split Valgrind tests.Darren Tucker
2021-04-03Save config.h and config.log on failure too.Darren Tucker
2021-03-13Don't install moduli during tests.Darren Tucker
2021-02-26Remove macos-11.00 PAM test target too.Darren Tucker
2021-02-26Remove macos-11.0 from the test target list.Darren Tucker
2021-02-23Valgrind test: split and move up list.Darren Tucker
2021-02-20Upload valgrind logs on failure.Darren Tucker
2021-02-19Upload regress failure logs in c-cpp too.Darren Tucker
2021-02-19Add test against Valgrind.Darren Tucker
2021-02-18Always intall moduli.Darren Tucker
2021-02-18Fix labels on targets (dots vs underscores).Darren Tucker
2021-02-17Merge macos and ubuntu tests.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-28Remove whitespace.Darren Tucker
2021-01-27Install moduli file before tests.Darren Tucker
2021-01-27Run one test with -Werror to catch warnings.Darren Tucker
2021-01-13Merge Mac OS X targets into a single config.Darren Tucker
2021-01-12Add Mac OS X test targets.Darren Tucker
2021-01-09Add test against Graphene hardened malloc.Darren Tucker
2021-01-08Run tests with sudo for better coverage.Darren Tucker
2021-01-08Add Ubuntu 16.04 and 20.04 test targets.Darren Tucker
2020-08-07Add ability to specify exact test target.Darren Tucker
2020-08-07Add without-openssl without-zlib test target.Darren Tucker
2020-08-06Add CI with prepare scriptStefan Schindler