Skip to content

Commit

Permalink
install libmysofa on windows build environment
Browse files Browse the repository at this point in the history
  • Loading branch information
gisogrimm committed Jul 26, 2024
1 parent 3348af5 commit 7bf5c2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ def tascar_build_steps(stage_name) {
archiveArtifacts 'packaging/deb/tascar/**'
} else {
// Compile subset of TASCAR on Windows
sh "pacman -Ss libmysofa"
sh "make -j 4 libtascar googletest"
sh "make -j 4 -C libtascar unit-tests"
sh "make -C apps build/tascar_cli build/tascar_renderir build/tascar_getcalibfor build/tascar_jackio build/tascar_jackpar build/tascar_version"
Expand Down

0 comments on commit 7bf5c2e

Please sign in to comment.