Skip to content

Add windows gitlab ci


@utkarsh.ayachit the ParaView superbuild's fetch_submodule script doesn't work. git submodule foreach does not list uninitialized submodules, so the submodule needs to be initialized (ignoring failures), then the submodules fetched, then sync'd and updated. Note that this still likely fails if submodules are stacked. So ParaView wanting to test a VTK-m MR will likely fail because the failure of the VTK submodule will probably skip the VTK-m submodule. I think we'll want to have the robot handle this at some point eventually (utils/rust-ghostflow#79).

@tjcorona We may have been building the superbuild in Debug before this MR >.> .

Merge request reports