Skip to content

Commit

Permalink
print contents of failure logs
Browse files Browse the repository at this point in the history
  • Loading branch information
rzblue committed Jun 8, 2024
1 parent 72ae751 commit ad06550
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,15 @@ 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
env:
SCCACHE_GHA_ENABLED: "true"
- name: print opencv log
run: cat D:\a\allwpilib\vcpkg\buildtrees\opencv4\install-x64-windows-release-rel-out.log
if: always()
- name: print vcpkg log
run: cat D:\a\allwpilib\allwpilib\build\vcpkg-manifest-install.log
if: always()
- name: print issue template
run: cat D:/a/allwpilib/allwpilib/build/vcpkg_installed/vcpkg/issue_body.md
if: always()

- name: build
working-directory: build
Expand Down

0 comments on commit ad06550

Please sign in to comment.