Skip to content
Snippets Groups Projects
Commit 4c1a9a96 authored by Andre Maroneze's avatar Andre Maroneze
Browse files

Merge branch 'feature/docker/keep-failing-sources' into 'master'

Do not remove sources in the docker image when compilation fails

See merge request frama-c/frama-c!2842
parents ef7ef6d2 857d2db3
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ RUN cd /root && \
make -j && \
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"
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