2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-19 04:22:16 +00:00

log commands

This commit is contained in:
Stefan Seefeld
2025-10-24 09:41:39 -04:00
parent b15950a0b3
commit 22347f26de

View File

@@ -42,7 +42,7 @@ jobs:
- name: build
shell: cmd
run: |
faber --builddir=build cxx.name=msvc --with-boost-include=${{ runner.workspace }}\vcpkg\installed\x64-windows\include -j4
faber --builddir=build cxx.name=msvc --log=commands --log=output --with-boost-include=${{ runner.workspace }}\vcpkg\installed\x64-windows\include -j4
- name: test
shell: cmd
run: |