Merge topic 'update_local_ci_reproducer_docs'

dfe63ddc0 CI-README: Correct how to compile VTK-m with CI's image settings

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Kenneth Moreland <kmorel@sandia.gov>
Merge-request: !2322
This commit is contained in:
Robert Maynard 2020-11-18 18:41:21 +00:00 committed by Kitware Robot
commit d5a2efc023

@ -118,10 +118,9 @@ compilation of VTK-m. Instead of doing the compilation, instead you will be give
./reproduce_ci_env.py run rhel8
```
To compile VTK-m from the the interactive shell you would do the following:
To compile VTK-m from the the interactive shell with the settings of the CI job you would do the following:
```
> src]# cd build/
> build]# cmake --build .
> src]# bash /run-gitlab-stage.sh
```
# How to Add/Update Kitware Gitlab CI