Skip to content

Commit

Permalink
ls files
Browse files Browse the repository at this point in the history
  • Loading branch information
mradugin authored Jul 13, 2024
1 parent a9e3150 commit 106d5ff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ jobs:
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
shell: bash
run: |
ls -al "D:\a\cmake-findccache\cmake-findccache\build\cl.exe"
ls -al "C:\Users\runneradmin\.cargo\bin\ccache.exe"
ccache --version
cmake --version
cmake -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} -DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }} -DCMAKE_C_COMPILER=${{ matrix.c_compiler }} -S "${{ steps.strings.outputs.source-dir }}" -B "${{ steps.strings.outputs.build-output-dir }}" -G "Visual Studio 17 2022"
Expand All @@ -83,6 +85,8 @@ jobs:
shell: bash
# Build your program with the given configuration. Note that --config is needed because the default Windows generator is a multi-config generator (Visual Studio generator).
run: |
ls -al "D:\a\cmake-findccache\cmake-findccache\build\cl.exe"
ls -al "C:\Users\runneradmin\.cargo\bin\ccache.exe"
cmake --build "${{ steps.strings.outputs.build-output-dir }}" --config ${{ matrix.build_type }} --verbose
ccache --show-stats
Expand Down

0 comments on commit 106d5ff

Please sign in to comment.