Skip to content
Snippets Groups Projects
Commit 857d2db3 authored by Virgile Prevosto's avatar Virgile Prevosto
Browse files

Do not remove sources in the docker image when compilation fails

parent e35913af
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,7 @@ RUN cd /root && \ ...@@ -47,7 +47,7 @@ RUN cd /root && \
make -j && \ make -j && \
make install \ make install \
) && \ ) && \
[ "${with_source}" != "no" ] || rm -rf frama-c ([ "${with_source}" != "no" ] || rm -rf frama-c)
# with_test: run Frama-C tests; requires "with_source=yes" # with_test: run Frama-C tests; requires "with_source=yes"
ARG with_test=no ARG with_test=no
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment