summaryrefslogtreecommitdiff
path: root/.github/workflows/configure.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove make cover from the configure workflows.Mark Adler34 hours1-1/+1
| | | | For now.
* Bump the .github workflows action versions.xavier2k68 days1-2/+2
| | | | | Bump `actions/checkout` from `v4` to `v6`. Bump `actions/upload-artifact` from `v4` to `v6`.
* CMake: Repair macOS action.Vollstrecker2025-12-081-2/+12
|
* Remove -Werror from configure workflow.Vollstrecker2025-01-311-1/+1
|
* Correct QEMU package name to qemu-system in workflow.Vollstrecker2025-01-311-7/+7
| | | | As in Ubuntu 24.04.
* Repair github workflows for their updated macOS runner gcc name.Mark Adler2024-09-011-1/+1
|
* Add warnings and error on warning to configure and cmake tests.pmqs2024-02-101-1/+1
|
* Update github actions versions.Mark Adler2024-02-091-2/+2
|
* Replace gcc-9 with gcc-11 for macOS testing.Dimitri Papadopoulos2023-08-131-1/+1
| | | | | At some point, macos-latest stopped supporting gcc-9, and moved to gcc-11 and gcc-12.
* 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: Run infcover during test runs.Nathan Moinvaziri2022-10-111-1/+3
|
* CI: Upload build errors on failure.Nathan Moinvaziri2022-10-111-0/+9
|
* CI: Make in-source builds default so we can upload failure logs.Nathan Moinvaziri2022-10-111-6/+7
|
* Add continuous integration workflows. [nmoinvaz]Mark Adler2022-10-061-0/+46
These workflows will be run to verify that project generation, source file compilation, and test cases run successfully.