Commit Graph

19 Commits

Author SHA1 Message Date
Mark Adler d476828316 Repair github workflows for their updated macOS runner gcc name. 2024-09-01 13:35:20 -07:00
pmqs 0e95839324 Add github workflow to build with all available C standards. 2024-02-10 10:33:23 -08:00
pmqs d9243a0f06 Add warnings and error on warning to configure and cmake tests. 2024-02-10 09:27:55 -08:00
Mark Adler 3c13497a61 One more github actions version update. 2024-02-09 09:33:54 -08:00
Mark Adler 76156087c8 Update github actions versions. 2024-02-09 09:23:11 -08:00
Mark Adler 726e18943d Remove Windows ARM and ARM64 builds from cmake workflow.
They were added in the VS2022 commit, but failed when run.
2023-08-19 11:07:39 -07:00
AraHaan d7de5971f4 Add VS2022 project files.
Also replaced Itanium with ARM and ARM64 configurations.
2023-08-19 10:54:50 -07:00
Dimitri Papadopoulos c97a8f1e67 Replace gcc-9 with gcc-11 for macOS testing.
At some point, macos-latest stopped supporting gcc-9, and moved to
gcc-11 and gcc-12.
2023-08-13 17:27:04 -07:00
Nathan Moinvaziri aefaf43b28 CI: Add instance for GCC on Windows. 2022-10-11 20:21:50 -07:00
Nathan Moinvaziri d4fb7dd805 CI: Add instances for S390X using QEMU in configure workflow. 2022-10-11 20:21:50 -07:00
Nathan Moinvaziri 2a9cb5ae6e CI: Add instance for Clang on macOS in configure workflow. 2022-10-11 20:21:50 -07:00
Nathan Moinvaziri f5ceeb964d CI: Add instances for PPC using QEMU in configure workflow. 2022-10-11 20:21:50 -07:00
Nathan Moinvaziri da6f1623c1 CI: Run test applications against QEMU. 2022-10-11 20:21:50 -07:00
Nathan Moinvaziri b85c172e1d CI: Add instances for ARM using QEMU in configure workflow. 2022-10-11 20:21:50 -07:00
Nathan Moinvaziri 76f3536af8 CI: Add instance for GCC -O3 on Ubuntu in cmake workflow. 2022-10-11 20:21:50 -07:00
Nathan Moinvaziri e029de6080 CI: Run infcover during test runs. 2022-10-11 20:21:50 -07:00
Nathan Moinvaziri 594e8e8f62 CI: Upload build errors on failure. 2022-10-11 20:21:50 -07:00
Nathan Moinvaziri 462986f38e CI: Make in-source builds default so we can upload failure logs. 2022-10-11 20:21:48 -07:00
Mark Adler 67eb09a20b Add continuous integration workflows. [nmoinvaz]
These workflows will be run to verify that project generation,
source file compilation, and test cases run successfully.
2022-10-06 21:59:53 -07:00