Skip to content

Commit

Permalink
Have travis build tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
smimram committed Aug 23, 2019
1 parent b25cbe8 commit b640a3b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ RUN eval $(opam config env) && git pull && make clean && make update && \
--with-camomile-data-dir=/usr/share/liquidsoap/camomile && \
make clean && make && cd liquidsoap && make doc

WORKDIR /tmp/liquidsoap-full/liquidsoap

RUN eval $(opam config env) && make test

USER root

ADD .travis/debian/ /tmp/liquidsoap-full/liquidsoap/debian
Expand All @@ -39,7 +43,3 @@ USER opam
WORKDIR /tmp/liquidsoap-full/liquidsoap

RUN ./build-deb.sh "$TRAVIS_COMMIT_SHORT" "$TRAVIS_BRANCH" "$TRAVIS_PULL_REQUEST_BRANCH" "$TRAVIS_PULL_REQUEST" "$DOCKER_TAG" "$TRAVIS_BUILD_NUMBER"

#WORKDIR /tmp/liquidsoap-full/liquidsoap

#RUN eval $(opam config env) && make test

0 comments on commit b640a3b

Please sign in to comment.