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:
Ralf W. Grosse-Kunstleve
2022-12-15 13:19:13 -08:00
committed by GitHub
parent 89c3561d9a
commit ece1206b8a
4 changed files with 15 additions and 19 deletions

View File

@@ -14,6 +14,8 @@ on:
env:
FORCE_COLOR: 3
# For cmake:
VERBOSE: 1
jobs:
pre-commit: