Revision: 77717
http://sourceforge.net/p/brlcad/code/77717
Author: starseeker
Date: 2020-11-10 14:48:53 +0000 (Tue, 10 Nov 2020)
Log Message:
-----------
Commit some (commented out) examples of manipulation of the configure and build
lines for more targeted testing of subbuilds in CI. The msbuild diagnostics
unfortunately didn't provide the cl.exe command line - best way to get that
still seems to be inspection of the properties in Visual Studio - but may be
useful down the road.
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-11-10 14:31:00 UTC
(rev 77716)
+++ brlcad/trunk/misc/repoconv/github_ci_actions.yml 2020-11-10 14:48:53 UTC
(rev 77717)
@@ -35,10 +35,13 @@
- name: Configure
run: |
cmake -S . -B build -G Ninja -D CMAKE_C_COMPILER="cl.exe" -D
CMAKE_CXX_COMPILER="cl.exe" -D ENABLE_ALL=ON -D CMAKE_BUILD_TYPE=Release
+ #cmake -S . -B build -D CMAKE_C_COMPILER="cl.exe" -D
CMAKE_CXX_COMPILER="cl.exe" -D ENABLE_ALL=ON
powershell Write-VolumeCache C
powershell Write-VolumeCache D
- name: Build
+ #run: cd build && ninja -j1 -v STEPCODE_BLD && cd
src/other/ext/STEPCODE_BLD-prefix/src/STEPCODE_BLD-build && ninja clean &&
ninja -j1 -v
+ #run: cmake --build build --config Release --target STEPCODE_BLD && cd
build/src/other/ext/STEPCODE_BLD-prefix/src/STEPCODE_BLD-build && msbuild
ALL_BUILD.vcxproj -t:clean && msbuild ALL_BUILD.vcxproj -v:diag
run: cmake --build build --config Release --target package
- name: Upload Package
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