WillAyd commented on code in PR #791:
URL: https://github.com/apache/arrow-nanoarrow/pull/791#discussion_r2162337789
##########
.github/workflows/examples.yaml:
##########
@@ -134,8 +132,17 @@ jobs:
./builddir/example_meson_minimal_app
+ - name: Meson example (Windows)
+ if: matrix.config.label == 'windows'
+ run: |
+ python3 -m pip install meson ninja
+ cd examples/meson-minimal
+ meson setup builddir
+ meson compile -C builddir
+
+ start .\builddir\example_meson_minimal_app.exe
Review Comment:
There might be a smarter way to combine this step with the preceding one,
but I couldn't get the github actions syntax quite right.
Hopefully punt-able for now but let me know if any objection
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]