Commit Graph

15 Commits

Author SHA1 Message Date
SaillantNicolas b71d2b1f00
fix typo in cmake-all workflow 2023-01-27 15:00:05 +01:00
Nicolas Saillant 349ad3cf14 Add workflow_dispatch 2023-01-18 11:52:47 +01:00
dependabot[bot] 89898a5f92
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>
2022-06-24 07:10:25 +00:00
naveen 03023aa08f chore: Set permissions for GitHub actions
Restrict the GitHub token permissions only to the required ones; this way, even if the attackers will succeed in compromising your workflow, they won’t be able to do much.

- Included permissions for the action. https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions

https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions

https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs

[Keeping your GitHub Actions and workflows secure Part 1: Preventing pwn requests](https://securitylab.github.com/research/github-actions-preventing-pwn-requests/)

Signed-off-by: naveen <172697+naveensrinivasan@users.noreply.github.com>
2022-06-23 00:31:13 +00:00
Laurent Rineau d21bec765a Test the Installation in Github Actions 2021-10-06 15:02:10 +02:00
Laurent Rineau 349d136161 Add BUILD_TESTING, for CTest 2021-09-29 18:03:51 +02:00
Laurent Rineau b8c7be97c9 Update the CI 2021-09-29 18:01:53 +02:00
Laurent Rineau 1e3e0f5e34
Update cmake-all.yml 2020-01-10 13:54:27 +01:00
Laurent Rineau a8d3f13def Try with clang instead of gcc 2019-09-20 13:59:01 +02:00
Laurent Rineau 61b5d167ba Add sudo 2019-09-20 13:53:36 +02:00
Laurent Rineau 8abe5d8048 s/apt/apt-get/ 2019-09-20 13:51:09 +02:00
Laurent Rineau 45f7ea3278 fetch-depth set to 0 2019-09-20 13:50:12 +02:00
Laurent Rineau 334ab90b16 Install dependencies 2019-09-20 13:46:51 +02:00
Laurent Rineau c239cf6b7d update 2019-09-20 13:41:51 +02:00
Laurent Rineau 0f03856b32 update 2019-09-20 13:39:46 +02:00