Skip to content

Commit

Permalink
ccacheチャレンジ
Browse files Browse the repository at this point in the history
  • Loading branch information
HansRobo authored May 28, 2024
1 parent 14203e5 commit c6b1548
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker/ccache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,7 @@ ENV CMAKE_CXX_COMPILER_LAUNCHER=ccache

RUN ccache -s
# srcフォルダ内のフォルダを削除
RUN find . -mindepth 1 -type d -exec rm -rf {} +

RUN cd .. && colcon build --symlink-install --cmake-args '-DCMAKE_BUILD_TYPE=Release'

RUN cd .. && find . -mindepth 1 -type d -exec rm -rf {} +

0 comments on commit c6b1548

Please sign in to comment.