From dfe63ddc05b78682230a353766e8829cdfc9f9d2 Mon Sep 17 00:00:00 2001 From: Robert Maynard Date: Wed, 18 Nov 2020 11:14:36 -0500 Subject: [PATCH] CI-README: Correct how to compile VTK-m with CI's image settings --- docs/CI-README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/CI-README.md b/docs/CI-README.md index 36255029f..6b1baadb5 100644 --- a/docs/CI-README.md +++ b/docs/CI-README.md @@ -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