Skip to content

Commit 04aa2ab

Browse files
committed
gha: build - macOS (ARM) - disable AdaptiveThreshol/Remote modules, list port contents
1 parent 53db730 commit 04aa2ab

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,14 @@ jobs:
133133
run: |
134134
sudo port install qt6 qt6-qtcharts qt6-qthttpserver qt6-qtwebsockets
135135
ls -al /opt/local/lib/cmake
136-
echo "OPENIA_CMAKE_OPTIONS=${{env.OPENIA_CMAKE_OPTIONS}} -DQt6Charts_DIR:PATH=/opt/local/lib/cmake/Qt6Charts -DQt6HttpServer_DIR:PATH=/opt/local/lib/cmake/Qt6HttpServer -DQt6WebSockets_DIR:PATH=/opt/local/lib/cmake/Qt6WebSockets" >> "$GITHUB_ENV"
136+
echo "port contents qt6-qtcharts:"
137+
port contents qt6-qtcharts
138+
echo "port contents qt6-qthttpserver:"
139+
qt6-qthttpserver
140+
echo "port contents qt6-qtwebsockets:"
141+
qt6-qtwebsockets
142+
echo "OPENIA_CMAKE_OPTIONS=${{env.OPENIA_CMAKE_OPTIONS}} -DModule_AdaptiveThreshold:BOOL=OFF -DModule_Remote:BOOL=OFF" >> "$GITHUB_ENV"
143+
# -DQt6Charts_DIR:PATH= -DQt6HttpServer_DIR:PATH=/opt/local/lib/cmake/Qt6HttpServer -DQt6WebSockets_DIR:PATH=/opt/local/lib/cmake/Qt6WebSockets
137144
138145
##################################################################
139146
# VR: OpenXR, OpenVR, boost

0 commit comments

Comments
 (0)