Skip to content

Commit

Permalink
print log
Browse files Browse the repository at this point in the history
  • Loading branch information
rzblue committed Jun 9, 2024
1 parent 13774a9 commit 273c2c0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,9 @@ jobs:
run: cmake -S . -B build -G "Ninja" -DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_CXX_COMPILER_LAUNCHER=sccache -DCMAKE_BUILD_TYPE=Release -DWITH_JAVA=OFF -DWITH_EXAMPLES=ON -DUSE_SYSTEM_FMTLIB=ON -DUSE_SYSTEM_LIBUV=ON -DUSE_SYSTEM_EIGEN=OFF -DCMAKE_TOOLCHAIN_FILE=${{ runner.workspace }}/vcpkg/scripts/buildsystems/vcpkg.cmake -DVCPKG_INSTALL_OPTIONS=--clean-after-build -DVCPKG_TARGET_TRIPLET=x64-windows-release -DVCPKG_HOST_TRIPLET=x64-windows-release -DVCPKG_CXX_FLAGS=" /D_DISABLE_CONSTEXPR_MUTEX_CONSTRUCTOR"
env:
SCCACHE_GHA_ENABLED: "true"

- run: cat D:\a\allwpilib\vcpkg\buildtrees\opencv4\install-x64-windows-release-rel-out.log
name: report
if: failure()
- name: build
working-directory: build
run: cmake --build . --parallel $(nproc)
Expand Down

0 comments on commit 273c2c0

Please sign in to comment.