Revision: 77217
http://sourceforge.net/p/brlcad/code/77217
Author: starseeker
Date: 2020-09-24 20:55:45 +0000 (Thu, 24 Sep 2020)
Log Message:
-----------
fix CMake syntax
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 20:50:13 UTC
(rev 77216)
+++ brlcad/trunk/misc/repoconv/github_ci_actions.yml 2020-09-24 20:55:45 UTC
(rev 77217)
@@ -191,9 +191,8 @@
if (NOT ${result})
execute_process(COMMAND powershell Write-VolumeCache C)
execute_process(COMMAND powershell Write-VolumeCache D)
- execute_process(COMMAND cmake --build build -j 1 --verbose
--config Release --target PACKAGE RESULT_VARIABLE result
+ execute_process(COMMAND cmake --build build -j 1 --verbose
--config Release --target PACKAGE RESULT_VARIABLE result)
endif()
- )
math(EXPR BCNT "${BCNT}+1")
endwhile()
execute_process(COMMAND powershell Write-VolumeCache C)
@@ -209,9 +208,8 @@
endif()
if (NOT ${result})
execute_process(COMMAND sync)
- execute_process(COMMAND cmake --build build -j 1 --verbose
--config Release --target package RESULT_VARIABLE result
+ execute_process(COMMAND cmake --build build -j 1 --verbose
--config Release --target package RESULT_VARIABLE result)
endif()
- )
math(EXPR BCNT "${BCNT}+1")
endwhile()
execute_process(COMMAND sync)
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