aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci-windows.yml
Commit message (Expand)AuthorAgeFilesLines
* Bump actions/cache from 4 to 5•••Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>Gravatar dependabot[bot]2026-01-011-2/+2
* Bump actions/checkout from 5 to 6•••Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>Gravatar dependabot[bot]2025-12-011-1/+1
* Only cache the package directory on Windows.•••[skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2025-11-031-2/+2
* Bump actions/checkout from 4 to 5•••Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>Gravatar dependabot[bot]2025-09-021-1/+1
* Migrate the Windows build to Conan 2.•••[skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2025-04-171-10/+15
* We need to install NSIS on windows-2025.•••[skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2025-04-161-0/+4
* Merge branch 'insp3' into insp4.Gravatar Sadie Powell2025-04-161-3/+20
|\
| * Use windows-2025 for the Windows CI.•••[skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2025-04-161-3/+20
* | Merge branch 'insp3' into insp4.Gravatar Sadie Powell2024-12-231-1/+1
|\|
| * Update the Windows dependencies.Gravatar Sadie Powell2024-12-231-1/+1
* | Update the Windows packages.•••[skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2024-10-261-1/+1
* | Automatically upload the Windows release.Gravatar Sadie Powell2024-05-201-2/+13
* | Merge branch 'insp3' into master.••• # Conflicts: Gravatar Sadie Powell2024-03-011-1/+1
|\|
| * Update the Windows dependencies.•••[skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2024-03-011-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2024-02-251-1/+1
|\|
| * Bump microsoft/setup-msbuild from 1.3.1 to 2.0.0•••Bumps [microsoft/setup-msbuild](https://github.com/microsoft/setup-msbuild) from 1.3.1 to 2.0.0. - [Release notes](https://github.com/microsoft/setup-msbuild/releases) - [Changelog](https://github.com/microsoft/setup-msbuild/blob/main/building-release.md) - [Commits](https://github.com/microsoft/setup-msbuild/compare/v1.3.1...v2.0.0) --- updated-dependencies: - dependency-name: microsoft/setup-msbuild dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>Gravatar dependabot[bot]2024-02-011-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2023-10-021-1/+1
|\|
| * Bump actions/checkout from 3 to 4 (#2062)•••Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>Gravatar dependabot[bot]2023-10-011-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2023-09-101-1/+1
|\|
| * Update the Windows dependencies.•••[skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2023-09-101-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2023-07-221-1/+5
|\|
| * Experiment with some linker flags on Windows to speed up the build.•••[skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2023-07-221-0/+2
| * Update Conan in the Windows CI.•••[skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2023-07-221-1/+1
| * Build with the 64-bit toolchain on Windows.•••[skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2023-07-221-0/+2
* | Use -Wdev when running CMake on GitHub Actions.•••[skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2023-07-151-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2023-04-271-1/+1
|\|
| * Bump microsoft/setup-msbuild from 1.1.3 to 1.3.1•••Bumps [microsoft/setup-msbuild](https://github.com/microsoft/setup-msbuild) from 1.1.3 to 1.3.1. - [Release notes](https://github.com/microsoft/setup-msbuild/releases) - [Changelog](https://github.com/microsoft/setup-msbuild/blob/main/building-release.md) - [Commits](https://github.com/microsoft/setup-msbuild/compare/v1.1.3...v1.3.1) --- updated-dependencies: - dependency-name: microsoft/setup-msbuild dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>Gravatar dependabot[bot]2023-03-011-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2023-02-221-0/+2
|\|
| * Pin to Conan v1 until all of our dependencies are ready.Gravatar Sadie Powell2023-02-221-0/+2
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2023-02-031-1/+1
|\|
| * Bump turtlebrowser/get-conan from 1.1 to 1.2•••Bumps [turtlebrowser/get-conan](https://github.com/turtlebrowser/get-conan) from 1.1 to 1.2. - [Release notes](https://github.com/turtlebrowser/get-conan/releases) - [Commits](https://github.com/turtlebrowser/get-conan/compare/v1.1...v1.2) --- updated-dependencies: - dependency-name: turtlebrowser/get-conan dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>Gravatar dependabot[bot]2023-02-011-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-11-161-1/+1
|\|
| * Bump microsoft/setup-msbuild from 1.0.2 to 1.1.3•••Bumps [microsoft/setup-msbuild](https://github.com/microsoft/setup-msbuild) from 1.0.2 to 1.1.3. - [Release notes](https://github.com/microsoft/setup-msbuild/releases) - [Changelog](https://github.com/microsoft/setup-msbuild/blob/master/building-release.md) - [Commits](https://github.com/microsoft/setup-msbuild/compare/v1.0.2...v1.1.3) --- updated-dependencies: - dependency-name: microsoft/setup-msbuild dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>Gravatar dependabot[bot]2022-11-011-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-09-031-1/+1
|\|
| * Bump turtlebrowser/get-conan from 1.0 to 1.1•••Bumps [turtlebrowser/get-conan](https://github.com/turtlebrowser/get-conan) from 1.0 to 1.1. - [Release notes](https://github.com/turtlebrowser/get-conan/releases) - [Commits](https://github.com/turtlebrowser/get-conan/compare/v1.0...v1.1) --- updated-dependencies: - dependency-name: turtlebrowser/get-conan dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>Gravatar dependabot[bot]2022-09-011-1/+1
* | Fix the CI build on Windows.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2022-04-301-1/+1
|/
* Enable all dependencies for Windows CI.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2022-04-241-0/+1
* Bump actions/checkout from 2 to 3•••Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>Gravatar dependabot[bot]2022-04-161-1/+1
* Use windows-2019 for Windows builds.Gravatar Sadie Powell2022-02-211-1/+1
* Build missing Conan dependencies.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2022-02-201-1/+1
* Make MSBuild less spammy in CI output.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2022-01-151-1/+1
* Improve CI scripts.•••- Add support for skipping CI on specific platforms with commit comments. - Add support for testing on Alpine (which uses musl instead of glibc). - Rename "Linux CI" to "Ubuntu CI" now we test other Linux distros. - Properly add packages to the PATH and LD_LIBRARY_PATH on macOS. Gravatar Sadie Powell2022-01-151-0/+1
* Run CI once per week to check for issues with updated packages.Gravatar Sadie Powell2021-11-041-2/+4
* Add CI support for Windows.Gravatar Sadie Powell2021-06-071-0/+30