Skip to content

Commit

Permalink
Fixing timidity for Jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
marigostra committed Jun 15, 2024
1 parent 5c9449a commit 1eeaf35
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ pipeline {
dir('base/sounds') {
sh './make'
sh 'cp *.wav ../../luwrain/src/main/resources/org/luwrain/core/sound/'
sh './lwr-build'
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion jenkins-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ WORKDIR /data
WORKDIR /app

RUN apt-get update --fix-missing \
&& apt-get install -y --no-install-recommends timidity midicsv sox ant \
&& apt-get install -y --no-install-recommends timidity fluid-soundfont-gm midicsv sox ant \
&& rm -rf /var/lib/apt/lists/*

ENV JAVA_OPTS -Djenkins.install.runSetupWizard=false
Expand Down

0 comments on commit 1eeaf35

Please sign in to comment.