22 Commits

Author SHA1 Message Date
dependabot[bot]
4336f9f3ae build(deps): bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [actions/cache](https://github.com/actions/cache) and [bazel-contrib/setup-bazel](https://github.com/bazel-contrib/setup-bazel).


Updates `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)

Updates `bazel-contrib/setup-bazel` from 0.15.0 to 0.18.0
- [Release notes](https://github.com/bazel-contrib/setup-bazel/releases)
- [Commits](https://github.com/bazel-contrib/setup-bazel/compare/0.15.0...0.18.0)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: bazel-contrib/setup-bazel
  dependency-version: 0.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-20 07:50:43 +01:00
Guillaume Chatelet
7f22b7208c Create a presubmit CI (#4934) 2025-12-15 15:28:50 +01:00
Mizux Seiha
ba667fcc37 Merge remote-tracking branch 'origin/stable' into v99bugfix 2025-11-25 13:39:25 +01:00
dependabot[bot]
9eb22bab78 build(deps): bump actions/checkout in the github-actions group
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout).


Updates `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
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-25 01:29:45 -08:00
Corentin Le Molgat
ca6baf3dab ci: trigger jobs on push to v99bugfix branch 2025-09-17 08:26:46 +02:00
Mizux Seiha
b34c2ded76 ci: backport jobs from main 2025-09-16 15:15:40 +02:00
dependabot[bot]
0cd9d22492 build(deps): bump actions/setup-java in the github-actions group
Bumps the github-actions group with 1 update: [actions/setup-java](https://github.com/actions/setup-java).


Updates `actions/setup-java` from 4 to 5
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-02 11:27:35 +00:00
dependabot[bot]
4f2498ef40 build(deps): bump actions/checkout in the github-actions group
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout).

Updates `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
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-12 10:31:57 +02:00
dependabot[bot]
ea0c49ed68 build(deps): bump actions/checkout in the github-actions group
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout).


Updates `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
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-12 01:42:55 +00:00
Corentin Le Molgat
fd1b2cc68c ci: remove mvn custom build in cmake windows jobs
note: now runners do provide mvn 3.9.11
2025-07-23 15:04:05 +02:00
Corentin Le Molgat
461505f4af ci: backport workflows from main 2025-03-13 14:35:51 +01:00
Corentin Le Molgat
e670dccdb0 cmake: Bump Protobuf to v28.3 and use shared libraries 2024-11-15 14:42:08 +01:00
Corentin Le Molgat
4bd2f19ec4 ci: try to bump maven 2024-09-05 11:16:19 +02:00
Corentin Le Molgat
8d2439edb6 ci: Add CTEST_OUTPUT_ON_FAILURE=1 variable env 2024-09-05 11:16:19 +02:00
Corentin Le Molgat
1b64d0b84d ci: remove swigwin setup from workflows 2024-09-05 11:16:19 +02:00
Corentin Le Molgat
dc607fa188 ci: test various java distribution on windows 2024-09-05 11:16:19 +02:00
Corentin Le Molgat
d5359da8d3 cmake(ci): Add Almalinux and Rockylinux, remove centos 2024-07-12 15:49:09 +02:00
Corentin Le Molgat
57ec0e6561 ci: limit cmake build to 2 parallel jobs. 2023-10-16 17:09:17 +02:00
Corentin Le Molgat
f1f3c6367c ci: workflow cleanup 2023-10-16 13:35:06 +02:00
Mizux Seiha
697c4b9efc ci: Add workflow_dispatch 2023-10-11 11:34:43 +02:00
Mizux Seiha
dd584bd1d2 ci: bump action/checkout to v4 2023-10-11 11:34:43 +02:00
Corentin Le Molgat
86edf26855 ci: renaming files 2023-04-11 17:31:25 +02:00