From: Jakub J. <no...@gi...> - 2021-08-03 10:01:21
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 1b329093f74d48d2c399497230ef3b6b465c8170 https://github.com/OpenSC/OpenSC/commit/1b329093f74d48d2c399497230ef3b6b465c8170 Author: Jakub Jelen <jj...@re...> Date: 2021-08-03 (Tue, 03 Aug 2021) Changed paths: A .github/workflows/cifuzz.yml R .github/workflows/main.yml Log Message: ----------- Move the cifuzz to separate file Commit: e683c531f6b5797c76ec8a50c738803e0adb67d6 https://github.com/OpenSC/OpenSC/commit/e683c531f6b5797c76ec8a50c738803e0adb67d6 Author: Jakub Jelen <jj...@re...> Date: 2021-08-03 (Tue, 03 Aug 2021) Changed paths: A .github/build.sh M .github/push_artifacts.sh A .github/setup-linux.sh A .github/setup-macos.sh A .github/test-cac.sh A .github/test-oseid.sh A .github/workflows/linux.yml A .github/workflows/macos.yml A src/tests/p11test/virt_cacard_ref.json Log Message: ----------- Migrate some tests to Github Actions This ads also retention json files with results from p11test to make sure we are not introducing regressions for existing cards. Commit: 5d338739acc39a6b85bf62226f45b5f1e7ac2038 https://github.com/OpenSC/OpenSC/commit/5d338739acc39a6b85bf62226f45b5f1e7ac2038 Author: Jakub Jelen <jj...@re...> Date: 2021-08-03 (Tue, 03 Aug 2021) Changed paths: M .github/test-oseid.sh Log Message: ----------- CI: Avoid warnings from tput As reported by Peter Popovec Commit: f43d3f804269de5fd99add91dee4ac735b7692fc https://github.com/OpenSC/OpenSC/commit/f43d3f804269de5fd99add91dee4ac735b7692fc Author: Jakub Jelen <jj...@re...> Date: 2021-08-03 (Tue, 03 Aug 2021) Changed paths: M .github/build.sh A .github/setup-java.sh M .github/setup-linux.sh A .github/setup-vsmartcard.sh M .github/test-cac.sh A .github/test-gidsapplet.sh A .github/test-isoapplet.sh A .github/test-openpgp.sh A .github/test-piv.sh M .github/workflows/linux.yml Log Message: ----------- Add Javacard tests and mingw build to Github Actions * PIV applet * Isoapplet * Gids Applet * openpgp applet * Split clang-tidy to separate task as it is too slow Compare: https://github.com/OpenSC/OpenSC/compare/bc9b9df86926...f43d3f804269 |