summaryrefslogtreecommitdiff
path: root/.github/workflows/cmake.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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`.
* Add workflows for shared/static only building.Vollstrecker2026-01-311-0/+14
|
* Add ARM64 to Windows workflows.Harish RS2026-01-281-0/+7
|
* CMake: Repair macOS action.Vollstrecker2025-12-081-2/+16
|
* CMake: Repair Windows action.Vollstrecker2025-12-081-1/+1
|
* CMake: Correct workflow options to disable bzip2 on Windows.Vollstrecker2025-01-311-4/+2
| | | | Note that Vollstrecker hates yaml.
* CMake: Do not test with bzip2 on Windows or Cygwin.Vollstrecker2025-01-311-3/+11
|
* CMake: Correct runner.os to Linux.Vollstrecker2025-01-311-2/+2
|
* CMake: Install missing bzip2 in workflow.Vollstrecker2025-01-311-1/+5
|
* CMake: Re-enable testing with bzip2.Vollstrecker2025-01-311-1/+1
|
* CMake: Disable bzip2 for tests.Vollstrecker2025-01-311-1/+1
| | | | It's not installed everywhere.
* CMake: Remove cmake out-of-tree test.Vollstrecker2025-01-311-16/+6
| | | | CMake is designed for that.
* CMake: Add packaging to tests.Vollstrecker2025-01-311-0/+14
|
* CMake: Do just one build with -Werror in workflow.Vollstrecker2025-01-311-10/+10
|
* CMake: Test minizip in the workflows.Vollstrecker2025-01-311-1/+1
|
* 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/+10
|
* One more github actions version update.Mark Adler2024-02-091-1/+1
|
* Update github actions versions.Mark Adler2024-02-091-1/+1
|
* Remove Windows ARM and ARM64 builds from cmake workflow.Mark Adler2023-08-191-10/+0
| | | | They were added in the VS2022 commit, but failed when run.
* Add VS2022 project files.AraHaan2023-08-191-0/+10
| | | | Also replaced Itanium with ARM and ARM64 configurations.
* 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 instance for GCC on Windows.Nathan Moinvaziri2022-10-111-0/+10
|
* CI: Add instance for GCC -O3 on Ubuntu in cmake workflow.Nathan Moinvaziri2022-10-111-0/+6
|
* CI: Upload build errors on failure.Nathan Moinvaziri2022-10-111-0/+10
|
* 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/+62
These workflows will be run to verify that project generation, source file compilation, and test cases run successfully.