mirror of
https://github.com/glfw/glfw
synced 2026-09-26 16:18:21 +03:00
Enable verbose makefiles for CI
This commit is contained in:
parent
4feede6dd5
commit
00d2efb9ab
2 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ matrix:
|
|||
build_script:
|
||||
- mkdir build
|
||||
- cd build
|
||||
- cmake -DBUILD_SHARED_LIBS=%BUILD_SHARED_LIBS% ..
|
||||
- cmake -DCMAKE_VERBOSE_MAKEFILE=ON -DBUILD_SHARED_LIBS=%BUILD_SHARED_LIBS% ..
|
||||
- cmake --build .
|
||||
notifications:
|
||||
- provider: Email
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue