79 Commits

Author SHA1 Message Date
Vollstrecker 629d8cba6b Remove redundant cmake runs in testing. 2026-06-01 02:11:27 -07:00
Vollstrecker 81b3af3790 Avoid minizip test in c-std. 2026-05-31 23:21:16 -07:00
Vollstrecker 29e991a29d Add Windows to contrib tests and test contribs standalone. 2026-05-31 23:20:16 -07:00
Vollstrecker bc406b9da9 Use scp for vmactions which is hopefully more robust. 2026-03-28 22:12:37 -07:00
Mark Adler 3b4b11d1cd Remove make cover from the configure workflows.
For now.
2026-02-17 02:03:53 -08:00
xavier2k6 ab8d74f5e0 Bump the .github workflows action versions.
Bump `actions/checkout` from `v4` to `v6`.
Bump `actions/upload-artifact` from `v4` to `v6`.
2026-02-10 14:33:00 -08:00
Mark Adler 9b337785de Fix typo in contribs workflow. 2026-02-07 17:33:18 -08:00
git@github.com 315e406285 Pre-install zlib for the contrib workflows. 2026-01-31 20:15:09 -08:00
Werner bae5d2979b Add workflows for the contrib contents. 2026-01-31 20:15:09 -08:00
Vollstrecker 9765e96141 Add workflows for shared/static only building. 2026-01-31 20:15:09 -08:00
Harish RS 202ea98552 Add ARM64 to Windows workflows. 2026-01-28 11:48:22 -08:00
Vollstrecker b1f8d48337 Test minizip in the MinGW and Cygwin workflows. 2026-01-28 10:48:39 -08:00
Vollstrecker b63058bc2d Fix MinGW clang workflow to use clang. 2026-01-28 10:47:41 -08:00
Vollstrecker 3382ba4556 Update packages in Solaris workflow. 2026-01-27 18:16:26 -08:00
Vollstrecker c0ac3d7f74 Correct name of Solaris workflow. 2026-01-27 18:16:26 -08:00
Vollstrecker 4bbe0caf89 Fix OpenBSD workflow. 2026-01-27 18:16:26 -08:00
Vollstrecker 7b4ad8e0b9 Remove OpenIndiana workflow until resolved. 2026-01-27 18:16:26 -08:00
Vollstrecker 45de8d73de Exclude coverage from FreeBSD workflow.
Since https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291233 is
not fixed in 15.x.
2026-01-27 18:16:15 -08:00
Vollstrecker dbc42c1999 Add --output-on-failure to workflow tests. 2026-01-27 18:09:49 -08:00
Vollstrecker c5c3b0bff2 Check multiple architectures in *BSD workflows. 2026-01-27 18:08:54 -08:00
Vollstrecker 47f1ae8cb5 Remove anding operations in others workflow. 2026-01-27 18:07:50 -08:00
Vollstrecker 70f2a6b58a Add workflow for FreeBSD. 2026-01-27 18:05:27 -08:00
Vollstrecker 46b1cd314e Sort jobs in others workflow. 2026-01-27 18:05:02 -08:00
Vollstrecker 25af8abbb4 Add workflow for Solaris. 2026-01-27 18:04:20 -08:00
Vollstrecker ac1be29828 Use copyback: false to improve workflow actions efficiency. 2026-01-27 18:03:25 -08:00
Vollstrecker 6d61ddfe5a Add workflow for DragonflyBSD. 2026-01-27 18:00:33 -08:00
Vollstrecker 22f6fc17e9 Add workflow for OpenBSD. 2026-01-27 18:00:05 -08:00
Vollstrecker 2ae28cea48 Add workflow for NetBSD. 2026-01-27 17:59:39 -08:00
Vollstrecker 6e8a3817cc Add workflow for OpenIndiana. 2026-01-27 17:58:58 -08:00
Vollstrecker ef16d9224d Add workflow for OmniOS. 2026-01-27 17:56:52 -08:00
Mark Adler 2896db600d Correct macro name for ZLIB_INSECURE in c-std.yml. 2026-01-06 13:24:02 -06:00
Mark Adler f81690699a Add compiler options to standards in c-std.yml for ZLIB_INSECURE. 2026-01-06 12:59:17 -06:00
Mark Adler 42ca9c2c9b Add definition of ZLIB_INSECURE to build tests with c89 and c94. 2026-01-06 12:26:30 -06:00
Vollstrecker 9cca2787ea CMake: Repair macOS action. 2025-12-08 04:03:01 -08:00
Vollstrecker 3516e02f22 CMake: Repair Windows action. 2025-12-08 04:02:43 -08:00
Vollstrecker 4891d8185a CMake: Give minizip a suffix on Cygwin as well. 2025-01-31 20:02:26 -08:00
Vollstrecker de4dea8007 CMake: Disable minizip on Cygwin. 2025-01-31 20:02:26 -08:00
Vollstrecker 953b3d79bf CMake: Correct workflow line continuation. 2025-01-31 20:02:26 -08:00
Vollstrecker cdb3ab194c CMake: Correct workflow options to disable bzip2 on Windows.
Note that Vollstrecker hates yaml.
2025-01-31 20:02:26 -08:00
Vollstrecker 6c2ab4ddc6 CMake: Do not test with bzip2 on Windows or Cygwin. 2025-01-31 20:02:26 -08:00
Vollstrecker 05051d236b CMake: Install bzip2 on Cygwin in workflow. 2025-01-31 20:02:26 -08:00
Vollstrecker 5760ba1570 CMake: Correct runner.os to Linux. 2025-01-31 20:02:26 -08:00
Vollstrecker c6d44927c5 CMake: Switch from make back to ninja.
Limit to one job.
2025-01-31 20:02:26 -08:00
Vollstrecker 63ded6faaf CMake: Install missing bzip2 in workflow. 2025-01-31 20:02:26 -08:00
Vollstrecker 1cac365fe4 CMake: Add make to Cygwin. 2025-01-31 20:02:26 -08:00
Vollstrecker 03449d49ba CMake: Re-enable testing with bzip2. 2025-01-31 20:02:26 -08:00
Vollstrecker 734f974753 CMake: Re-enable Cygwin tests without Ninja. 2025-01-31 20:02:26 -08:00
Vollstrecker 00cbe1d6b1 CMake: Disable testing on Cygwin. 2025-01-31 20:02:26 -08:00
Vollstrecker b8ae23d4c8 CMake: Disable bzip2 for tests.
It's not installed everywhere.
2025-01-31 20:02:26 -08:00
Vollstrecker 7667ca5593 CMake: Re-enable Cygwin and MSYS tests. 2025-01-31 20:02:26 -08:00