mirror of
https://github.com/pybind/pybind11.git
synced 2026-05-05 14:11:43 +00:00
ci: set env: VERBOSE: 1 (#4405)
* Revert "Systematically add `-DCMAKE_VERBOSE_MAKEFILE=ON` to obtain full command lines related to `-Wodr` (#4398)"
This reverts commit ff42f5254a.
* Set `env: VERBOSE: 1` as suggested by @henryiii
* Set `env: VERBOSE: 1` also in all other .yml files using cmake
This commit is contained in:
committed by
GitHub
parent
89c3561d9a
commit
ece1206b8a
4
.github/workflows/configure.yml
vendored
4
.github/workflows/configure.yml
vendored
@@ -9,6 +9,10 @@ on:
|
||||
- stable
|
||||
- v*
|
||||
|
||||
env:
|
||||
# For cmake:
|
||||
VERBOSE: 1
|
||||
|
||||
jobs:
|
||||
# This tests various versions of CMake in various combinations, to make sure
|
||||
# the configure step passes.
|
||||
|
||||
Reference in New Issue
Block a user