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

This commit is contained in:
Robert Maynard 2020-11-18 11:14:36 -05:00
parent 60f19f3f9e
commit dfe63ddc05

@ -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