Skip to content

Commit

Permalink
Try to build stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
malliina committed Sep 17, 2023
1 parent bb82526 commit 0a11b90
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@ jobs:
cache: sbt
- name: Compile
run: sbt Test/compile
- name: Build deb package
run: |
sudo apt-get install -y lintian
sbt "set scalaJSStage in Global := FullOptStage" musicpimp/ciBuild musicmeta/ciBuild pimpcloud/ciBuild
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,8 @@ val musicmeta = project
s"-Dconfig.file=/etc/$linuxName/production.conf",
s"-Dlogger.file=/etc/$linuxName/logback-prod.xml",
"-Dfile.encoding=UTF-8",
"-Dsun.jnu.encoding=UTF-8"
"-Dsun.jnu.encoding=UTF-8",
s"-Dpidfile.path=/dev/null",
)
},
pipelineStages := Seq(digest, gzip),
Expand Down

0 comments on commit 0a11b90

Please sign in to comment.