Skip to content

Commit

Permalink
make install
Browse files Browse the repository at this point in the history
  • Loading branch information
koide3 committed Jul 10, 2024
1 parent 9d834d0 commit eeb983d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/ubuntu/Dockerfile.llvm
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ RUN CC=clang CXX=clang++ \
-DCMAKE_BUILD_TYPE=Release
RUN make -j$(nproc)
RUN make test
RUN make install

CMD ["bash"]

0 comments on commit eeb983d

Please sign in to comment.