Generate cmake for 239f04b7d86fb7c06213d41fa6cbcea12723cc65 #1026
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Postcommit_cmake | |
on: | |
push: | |
branches: | |
- 'cmakebuild' | |
paths: | |
- 'ydb/ci/cmakegen.txt' | |
jobs: | |
build_and_test: | |
if: ${{vars.CHECKS_SWITCH != '' && fromJSON(vars.CHECKS_SWITCH).postcommit_cmake == true}} | |
name: Build and test cmake | |
uses: ./.github/workflows/build_and_test_provisioned.yml | |
with: | |
runner_label: auto-provisioned | |
ninja_target: ydb/apps/all | |
secrets: inherit | |