pitrou commented on a change in pull request #11778:
URL: https://github.com/apache/arrow/pull/11778#discussion_r760467282
##########
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:
If you prefer, though the additional build takes 10 seconds.
--
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]