summaryrefslogtreecommitdiff
path: root/.github/setup_ci.sh
Commit message (Expand)AuthorAgeFilesLines
* Include config.guess in debug output.Darren Tucker2023-05-081-1/+3
* Github testing support for BoringSSLDamien Miller2023-03-241-0/+13
* Remove extended ACLs from working dirs.Darren Tucker2023-02-251-3/+3
* Retry package installation 3 times.Darren Tucker2023-01-131-3/+16
* Add libcrypt-devel to cygwin-release deps.Darren Tucker2022-08-271-1/+1
* Add cygwin-release test target.Darren Tucker2022-08-261-10/+33
* Add a bit more debug output.Darren Tucker2022-08-191-0/+2
* Add Cygwin (on windows-2019) test target.Darren Tucker2022-08-191-0/+7
* Check for perms to run agent-getpeereid test.Darren Tucker2022-08-181-1/+11
* Add GCC address sanitizer build/test.Darren Tucker2022-07-051-0/+2
* Add clang sanitizer tests.Darren Tucker2022-07-031-0/+3
* Drop leading "v" from release version identifier.Darren Tucker2022-03-261-2/+2
* Use tarballs when testing LibreSSL releases.Darren Tucker2022-03-261-7/+16
* Add test configs for MUSL C library.Darren Tucker2022-02-181-0/+3
* libhardended_malloc.so moved into out dir.Darren Tucker2022-01-111-1/+1
* kitchensink test target now needs krb5.Darren Tucker2021-10-221-1/+1
* Test both MIT KRB5 and Heimdal.Darren Tucker2021-10-221-2/+4
* Source configs script so setup_ci can use settingsDarren Tucker2021-10-221-0/+2
* Install libedit and pam based on config flags.Darren Tucker2021-10-221-7/+8
* Don't use 'here string", it's not POSIX.Darren Tucker2021-10-211-1/+1
* Remove -Werror from compiler package to install.Darren Tucker2021-10-211-1/+2
* Add tcmalloc test target.Darren Tucker2021-10-121-1/+4
* Use backticks instead of $(..) for portability.Darren Tucker2021-09-291-1/+1
* Test all available clang and gcc versions.Darren Tucker2021-09-291-0/+3
* Don't prompt for yes/no questions.David Manouchehri2021-09-241-2/+3
* Really fix test on OpenSSL 1.1.1 stable.Darren Tucker2021-09-081-0/+1
* Always build OpenSSL shared.Darren Tucker2021-04-271-1/+1
* Fix custom OpenSSL tests.Darren Tucker2021-04-271-4/+5
* Add c89 here too.Darren Tucker2021-04-261-1/+1
* Add test against OpenSSL w/out ECC.Darren Tucker2021-04-261-1/+6
* Interop test agains PuTTY.Darren Tucker2021-04-261-0/+2
* Support testing against arbitary libcrytpo vers.Darren Tucker2021-04-261-8/+18
* Replace "==" (a bashism) with "=".Darren Tucker2021-04-231-1/+1
* Remove dependency on bash.Darren Tucker2021-04-231-1/+1
* Install libcbor with libfido2.Darren Tucker2021-04-051-1/+1
* Valgrind test: split and move up list.Darren Tucker2021-02-231-1/+1
* Add test against Valgrind.Darren Tucker2021-02-191-0/+3
* Convert most github hosted tests to new config structure.Darren Tucker2021-02-171-9/+13
* Add self-hosted runners for VMs of other platforms.Darren Tucker2021-02-171-1/+1
* make with -j2 to use available CPUs.Darren Tucker2021-01-281-3/+3
* Add test against openssl head and libressl head.Darren Tucker2021-01-281-1/+23
* Run one test with -Werror to catch warnings.Darren Tucker2021-01-271-1/+1
* Add Mac OS X test targets.Darren Tucker2021-01-121-1/+1
* Add test against Graphene hardened malloc.Darren Tucker2021-01-091-1/+11
* Add Ubuntu 16.04 and 20.04 test targets.Darren Tucker2021-01-081-0/+7
* Add without-openssl without-zlib test target.Darren Tucker2020-08-071-1/+1
* Add CI with prepare scriptStefan Schindler2020-08-061-0/+51