Revision: 76781
          http://sourceforge.net/p/brlcad/code/76781
Author:   starseeker
Date:     2020-08-15 13:42:31 +0000 (Sat, 15 Aug 2020)
Log Message:
-----------
distcheck is still a bit too problematic with MSVC - do what we do manually, 
build everything and run the check target.

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-08-15 13:39:25 UTC 
(rev 76780)
+++ brlcad/trunk/misc/repoconv/github_ci_actions.yml    2020-08-15 13:42:31 UTC 
(rev 76781)
@@ -135,7 +135,8 @@
 
         if ("${{ runner.os }}" STREQUAL "Windows")
            execute_process(
-             COMMAND cmake --build build --config Release --target 
distcheck-enableall_release
+             COMMAND cmake --build build --config Release --target ALL_BUILD
+             COMMAND cmake --build build --config Release --target check
              RESULT_VARIABLE result
            )
         else ("${{ runner.os }}" STREQUAL "Windows")

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

Reply via email to