Skip to content

Commit

Permalink
Cat log file output
Browse files Browse the repository at this point in the history
  • Loading branch information
larshg committed Sep 12, 2023
1 parent cae8aae commit 8473908
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .dev/docker/windows/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,5 @@ COPY $PLATFORM'-windows-rel.cmake' 'c:\vcpkg\triplets\'$PLATFORM'-windows-rel.cm
RUN cd .\vcpkg; `
.\bootstrap-vcpkg.bat; `
.\vcpkg install boost flann eigen3 qhull vtk[qt,opengl] gtest benchmark openni2 --triplet $Env:PLATFORM-windows-rel --host-triplet $Env:PLATFORM-windows-rel --clean-after-build;
.\vcpkg install boost flann eigen3 qhull vtk[qt,opengl] gtest benchmark openni2 --triplet $Env:PLATFORM-windows-rel --host-triplet $Env:PLATFORM-windows-rel --clean-after-build; `
cat C:\vcpkg\buildtrees\qtdeclarative\install-$Env:PLATFORM-windows-rel-rel-out.log

0 comments on commit 8473908

Please sign in to comment.