Kévin Petit
3662d17447
Update Github Actions CI and add Windows ( #1413 )
...
- Add one Windows build to Github Actions
- Remove Appveyor config
- Move a few build steps out of the script
- Use Ninja as the generator (makes for more readable logs)
- Add build cache (except on Windows where it seems to break)
Change-Id: Ida90ee1842af98aff86e5144ab7b9766480378c9
Signed-off-by: Kevin Petit <kevin.petit@arm.com >
2022-04-29 10:42:27 -07:00
Kévin Petit
236cd73fa1
Use macOS 10 in CI ( #1282 )
...
macOS jobs frequently fail. Since macos-11.0 support is considered experimental,
move to macos-10, using macos-latest so we automatically move to 11 when
stable.
See https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners
Signed-off-by: Kevin Petit <kevin.petit@arm.com >
2021-07-02 10:34:13 +01:00
ouakheli
a08cacc673
Fix clang-format-9 install ( #1261 )
2021-05-24 11:31:37 +01:00
Kévin Petit
66eb912ad5
ci: move code format check out of the main job/script ( #1154 )
...
A bit cleaner than the written-in-a-haste-to-get-ci-going-again current approach.
Signed-off-by: Kevin Petit <kevin.petit@arm.com >
2021-02-23 14:23:18 +00:00
Kévin Petit
46fead41f4
Replace Travis CI with Github Actions ( #1047 )
...
* Replace Travis CI with Github Actions
Signed-off-by: Kevin Petit <kevin.petit@arm.com >
* Fix OpenGL coverage
* Tidy up
- Fix shell warning
- Remove ENABLE_OPENCL30_PROVISIONAL ICD CMake option
2020-11-06 11:23:50 +00:00