ci: Rename ctest_test_external.cmake to ctest_standalone.cmake

The script is a standalone ctest script that runs all steps.
It can be used for more than just external tests.
This commit is contained in:
Brad King
2022-03-02 09:29:13 -05:00
parent ac37e99453
commit 1613d87dee
4 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -440,7 +440,7 @@
- .gitlab/ci/sccache.sh
- sccache --start-server
- sccache --show-stats
- "$LAUNCHER build/install/bin/ctest --output-on-failure -V -S .gitlab/ci/ctest_test_external.cmake"
- "$LAUNCHER build/install/bin/ctest --output-on-failure -V -S .gitlab/ci/ctest_standalone.cmake"
- sccache --show-stats
interruptible: true
@@ -453,7 +453,7 @@
- .gitlab/ci/sccache.sh
- sccache --start-server
- sccache --show-stats
- "$LAUNCHER build/install/bin/ctest --output-on-failure -V -S .gitlab/ci/ctest_test_external.cmake"
- "$LAUNCHER build/install/bin/ctest --output-on-failure -V -S .gitlab/ci/ctest_standalone.cmake"
- sccache --show-stats
interruptible: true