Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove Windows ARM and ARM64 builds from cmake workflow. | Mark Adler | 2023-08-19 | 1 | -10/+0 |
| | | | | They were added in the VS2022 commit, but failed when run. | ||||
* | Add VS2022 project files. | AraHaan | 2023-08-19 | 1 | -0/+10 |
| | | | | Also replaced Itanium with ARM and ARM64 configurations. | ||||
* | Replace gcc-9 with gcc-11 for macOS testing. | Dimitri Papadopoulos | 2023-08-13 | 2 | -2/+2 |
| | | | | | At some point, macos-latest stopped supporting gcc-9, and moved to gcc-11 and gcc-12. | ||||
* | CI: Add instance for GCC on Windows. | Nathan Moinvaziri | 2022-10-11 | 1 | -0/+10 |
| | |||||
* | CI: Add instances for S390X using QEMU in configure workflow. | Nathan Moinvaziri | 2022-10-11 | 1 | -0/+10 |
| | |||||
* | CI: Add instance for Clang on macOS in configure workflow. | Nathan Moinvaziri | 2022-10-11 | 1 | -0/+5 |
| | |||||
* | CI: Add instances for PPC using QEMU in configure workflow. | Nathan Moinvaziri | 2022-10-11 | 1 | -0/+30 |
| | |||||
* | CI: Run test applications against QEMU. | Nathan Moinvaziri | 2022-10-11 | 1 | -0/+2 |
| | |||||
* | CI: Add instances for ARM using QEMU in configure workflow. | Nathan Moinvaziri | 2022-10-11 | 1 | -0/+31 |
| | |||||
* | CI: Add instance for GCC -O3 on Ubuntu in cmake workflow. | Nathan Moinvaziri | 2022-10-11 | 1 | -0/+6 |
| | |||||
* | CI: Run infcover during test runs. | Nathan Moinvaziri | 2022-10-11 | 1 | -1/+3 |
| | |||||
* | CI: Upload build errors on failure. | Nathan Moinvaziri | 2022-10-11 | 2 | -0/+19 |
| | |||||
* | CI: Make in-source builds default so we can upload failure logs. | Nathan Moinvaziri | 2022-10-11 | 2 | -12/+14 |
| | |||||
* | Add continuous integration workflows. [nmoinvaz] | Mark Adler | 2022-10-06 | 3 | -0/+133 |
These workflows will be run to verify that project generation, source file compilation, and test cases run successfully. |