Revision: 77211
http://sourceforge.net/p/brlcad/code/77211
Author: starseeker
Date: 2020-09-24 16:12:25 +0000 (Thu, 24 Sep 2020)
Log Message:
-----------
Adjust targets for BRL-CAD rather than the test setup.
Modified Paths:
--------------
brlcad/trunk/misc/repoconv/github_ci_actions.yml
Modified: brlcad/trunk/misc/repoconv/github_ci_actions.yml
===================================================================
--- brlcad/trunk/misc/repoconv/github_ci_actions.yml 2020-09-24 16:09:43 UTC
(rev 77210)
+++ brlcad/trunk/misc/repoconv/github_ci_actions.yml 2020-09-24 16:12:25 UTC
(rev 77211)
@@ -164,9 +164,7 @@
if ("${{ runner.os }}" STREQUAL "Windows")
execute_process(
COMMAND cmake --build build -j 1 --config Release --target
ALL_BUILD
- RESULT_VARIABLE result
- )
- execute_process(
+ COMMAND cmake --build build -j 1 --config Release --target check
COMMAND cmake --build build -j 1 --verbose --config Release
--target PACKAGE
RESULT_VARIABLE result
)
@@ -173,9 +171,7 @@
else ("${{ runner.os }}" STREQUAL "Windows")
execute_process(
COMMAND cmake --build build -j 1 --verbose --config Release
--target all
- RESULT_VARIABLE result
- )
- execute_process(
+ COMMAND cmake --build build -j 1 --verbose --config Release
--target check
COMMAND cmake --build build -j 1 --verbose --config Release
--target package
RESULT_VARIABLE result
)
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits