Skip to content

Commit

Permalink
docker: build image in any case, run tests and only push on success
Browse files Browse the repository at this point in the history
  • Loading branch information
vogler committed Jul 3, 2019
1 parent 1652238 commit b2b152e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ COPY --chown=opam . /home/opam/analyzer
RUN make
# need UTF-8 for test script, image's default is US-ASCII
ENV LC_ALL=C.UTF-8
RUN make test
# RUN make test
CMD ./goblint
2 changes: 1 addition & 1 deletion docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ services:
- voglerr/goblint:latest
environment:
LC_ALL: C.UTF-8
command: ./make.sh nat headers testci
command: make test

0 comments on commit b2b152e

Please sign in to comment.