kszucs commented on a change in pull request #11778:
URL: https://github.com/apache/arrow/pull/11778#discussion_r760465560
##########
File path: .github/workflows/cpp.yml
##########
@@ -113,6 +113,23 @@ jobs:
cd cpp/examples/minimal_build
docker-compose run --rm minimal
+ cmake-checks:
+ name: CMake checks
+ runs-on: ubuntu-latest
+ if: ${{ !contains(github.event.pull_request.title, 'WIP') }}
+ timeout-minutes: 5
+ strategy:
+ fail-fast: false
+ steps:
+ - name: Checkout Arrow
+ uses: actions/checkout@v2
+ with:
+ fetch-depth: 0
+ - name: Run
+ run: |
+ cd cpp
+ cmake --list-presets
Review comment:
@pitrou could we call this from one of the existing C++ build so we
don't need to run an additional build? Perhaps from build-example or the macos
one.
--
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]