summaryrefslogtreecommitdiffstats
path: root/.github
AgeCommit message (Expand)Author
2021-05-24Windows CI: use nasm on 32bit and 64bit shared buildsTomas Mraz
2021-05-24Add some basic Windows builds to the Windows CI workflowTomas Mraz
2021-05-21FIPS label CI: Save PR number and use itTomas Mraz
2021-05-21Exchange no-siv and no-ec2m between daily and ci workflowsTomas Mraz
2021-05-19unix-Makefile.tmpl and ci.yml: Merge cmd-nits into doc-nitsDr. David von Oheimb
2021-05-19fips: remove unnecessary commas to get CI workingPauli
2021-05-19Avoid failing label removal if label is not thereTomas Mraz
2021-05-19Separate FIPS checksum and labelling into different workflowsTomas Mraz
2021-05-18ci.yml: Add cmd-nits to the doc-nits CI runDr. David von Oheimb
2021-05-16ci: remove the checksum CI scriptPauli
2021-05-14Add --banner config optionRich Salz
2021-05-13Ensure the pristine checksums are not recomputedTomas Mraz
2021-05-13The FIPS Checksums job must be run on pull_request_targetTomas Mraz
2021-05-13Remove the severity: fips change label if fips checksum unchangedTomas Mraz
2021-05-13Set the severity: fips change label if fips checksum changedTomas Mraz
2021-05-13Add checksums github CI actionTomas Mraz
2021-05-12Run-checker converted to GitHub ActionsPauli
2021-05-12coveralls: fix comment to indicate daily not weeklyPauli
2021-05-04Run coveralls daily and not exactly at midnightTomas Mraz
2021-05-04coveralls: Enable fips as it is disabled by defaultTomas Mraz
2021-05-04[TEMPORARY] make 'make update' verbose in ci.ymlRichard Levitte
2021-05-04GitHub CI: ensure that unifdef is installedRichard Levitte
2021-04-28Explicitly enable or disable fips if it is or is not relevant for the testTomas Mraz
2021-04-27add verbosity for pyca jobPaul Kehrer
2021-04-27re-add pyca/cryptography testingPaul Kehrer
2021-04-19Update krb5 module to latest releaseTomas Mraz
2021-04-15Github workflows: re-implement a no-shared buildRichard Levitte
2021-04-01Add macosx buildShane Lontis
2021-04-01Test miminal windows build using Github actionsShane Lontis
2021-03-31Re-implement ANSI C building with a Github workflowRichard Levitte
2021-03-26Remove the external BoringSSL testTomas Mraz
2021-03-24Add coveralls to CIShane Lontis
2021-03-18ci: add a no-legacy buildPauli
2021-03-16Use --debug with no-caching build as sanitizers need itTomas Mraz
2021-03-05CI external tests: separate each external test into its own phaseTomas Mraz
2021-03-05CI external test: for now run only the krb5 and gost_engine testsTomas Mraz
2021-03-05gost_engine test: Run also perl and tcl testsTomas Mraz
2021-03-05CI: add job with external testsTomas Mraz
2021-02-12CI: add a non-caching CI loopPauli
2021-02-02Add a CI job to run the threads test with threads sanitizer onMatt Caswell
2021-01-25Github CI: Add a job for out-of-source build + installRichard Levitte
2021-01-21CI: Add some legacy stuff that we do not test in GitHub CI yetTomas Mraz
2020-12-19GitHub CI: Separate no-deprecated job from minimal jobRichard Levitte
2020-12-17GitHub CI: Add 'check-update' and 'check-docs'Richard Levitte
2020-12-17Github CI: run also on repository pushesTomas Mraz
2020-12-11Don't use no-asm in the Github CIsMatt Caswell
2020-12-04{.travis,ci,appveyor}.yml: Make minimal config consistent, add no-deprecated ...Dr. David von Oheimb
2020-12-03ci.yml: Let 'make' run silently (-s) with build (gcc) runs in parallel (-j4)Dr. David von Oheimb
2020-12-03ci.yml: Add 'perl configdata.pm --dump' to each configDr. David von Oheimb
2020-11-24Turn on Github CIMatt Caswell