summaryrefslogtreecommitdiff
path: root/.github/workflows
Commit message (Collapse)AuthorAgeFilesLines
* CI: Add instances for S390X using QEMU in configure workflow.Nathan Moinvaziri2022-10-111-0/+10
|
* CI: Add instance for Clang on macOS in configure workflow.Nathan Moinvaziri2022-10-111-0/+5
|
* CI: Add instances for PPC using QEMU in configure workflow.Nathan Moinvaziri2022-10-111-0/+30
|
* CI: Run test applications against QEMU.Nathan Moinvaziri2022-10-111-0/+2
|
* CI: Add instances for ARM using QEMU in configure workflow.Nathan Moinvaziri2022-10-111-0/+31
|
* CI: Add instance for GCC -O3 on Ubuntu in cmake workflow.Nathan Moinvaziri2022-10-111-0/+6
|
* CI: Run infcover during test runs.Nathan Moinvaziri2022-10-111-1/+3
|
* CI: Upload build errors on failure.Nathan Moinvaziri2022-10-112-0/+19
|
* CI: Make in-source builds default so we can upload failure logs.Nathan Moinvaziri2022-10-112-12/+14
|
* Add continuous integration workflows. [nmoinvaz]Mark Adler2022-10-063-0/+133
These workflows will be run to verify that project generation, source file compilation, and test cases run successfully.