libvpl icon indicating copy to clipboard operation
libvpl copied to clipboard

ci: enable github actions

Open dvrogozh opened this issue 4 years ago • 2 comments

This PR enables github actions for oneVPL repository covering project build with clang-12 (mind: latest official release is clang-11, and clang-12 is basically rolling version as of now) and gcc-10.

Triggering configured to run on each merge and on each PR.

Example of the CI run: https://github.com/dvrogozh/oneVPL/runs/2897378213. Mind: on your side run won't be actually triggered till you merge this PR - that's expected behavior on the first PR which adds github actions.

dvrogozh avatar Jun 23 '21 17:06 dvrogozh

Add Windows workflow support also?

wd13384 avatar Jun 24 '21 04:06 wd13384

Add Windows workflow support also?

That would be nice, but someone else will need to do that. I don't have ready to go solution for Windows while I do have the one for Linux.

dvrogozh avatar Jun 24 '21 15:06 dvrogozh