ArborX icon indicating copy to clipboard operation
ArborX copied to clipboard

Introduce staged CI

Open aprokop opened this issue 4 months ago • 0 comments

Should probably do staged CI to reduce the load on Jenkins and improve robustness.

Stage 0:

  • clang-format using GitHub workflow
  • copyright using GitHub workflow

Stage 1: all GitHub workflows

  • Windows build
  • one CPU build
  • one GPU CUDA build

Stage 2:

  • Jenkins (could remove clang-format build from it)

aprokop avatar Oct 02 '24 16:10 aprokop