Skip to content

Commit 6a5a27c

Browse files
feat: revise verification execution
1 parent c4e67c5 commit 6a5a27c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ COPY gradle gradle
1313
# Build the evaluation
1414
WORKDIR /home/user
1515
RUN ./gradlew Cherries || exit
16-
RUN ./gradlew Composition || exit
1716

1817
FROM alpine:latest
1918

@@ -34,7 +33,7 @@ RUN unzip unsplit-mined-cherries
3433
RUN unzip repo-sample.zip
3534
WORKDIR /home/user
3635

37-
RUN apk add --no-cache texlive-full
36+
RUN apk add --no-cache texlive-most
3837

3938
COPY src/main/python ./analysis
4039
WORKDIR /home/user/analysis

docker/run-simulation.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ analysis() {
3939

4040
cd /home/user/
4141
latexmk -pdf -interaction=nonstopmode -synctex=1 -shell-escape metrics-$1.tex
42-
cp metrics-$1.pdf evaluation-workdir
42+
cp metrics-$1.pdf evaluation-workdir || exit
4343

4444
echo "++++++++++++++++++++++++++++++++++++"
4545
echo " Analysis done "

0 commit comments

Comments
 (0)