Skip to content
This repository has been archived by the owner on Feb 12, 2019. It is now read-only.

Commit

Permalink
Ensure creating proper releases
Browse files Browse the repository at this point in the history
  • Loading branch information
konradkonrad committed Oct 4, 2016
1 parent 94bf6fe commit 6a81754
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ RUN cd jsoncpp \

WORKDIR /src/solidity/build

RUN git checkout v0.4.2
ENV RELEASE_TAG v0.4.2

RUN git checkout $RELEASE_TAG
# https://github.com/ethereum/solidity/blob/3b6e131d852eab0c74260d9ca5c7a11501265da1/cmake/scripts/buildinfo.cmake#L22-L26
RUN touch ../prerelease.txt
RUN cmake -DCMAKE_BUILD_TYPE=Release \
-DTESTS=1 \
-DSTATIC_LINKING=1 \
Expand Down

0 comments on commit 6a81754

Please sign in to comment.