(actions) provide YAML_CPP_BUILD_TESTS to ctest
This commit is contained in:
parent
48c6fa566e
commit
535665fe12
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -40,7 +40,7 @@ jobs:
|
||||
shell: bash
|
||||
env:
|
||||
YAML_CPP_BUILD_TESTS: 'on'
|
||||
run: cd build && ctest --output-on-failure
|
||||
run: cd build && ctest --output-on-failure -DYAML_CPP_BUILD_TESTS=${{ env.YAML_CPP_BUILD_TESTS }}
|
||||
|
||||
bazel-build:
|
||||
strategy:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user