kopia lustrzana https://github.com/jameshball/osci-render
Update build.sh to upload pdb files on Windows
rodzic
f0a7e0ed1b
commit
631df86a09
|
@ -48,6 +48,7 @@ if [ "$OS" = "win" ]; then
|
|||
"$MSBUILD_EXE" "$PLUGIN.sln" "//p:VisualStudioVersion=16.0" "//m" "//t:Build" "//p:Configuration=Release" "//p:Platform=x64" "//p:PreferredToolArchitecture=x64"
|
||||
cd "$ROOT/ci/bin"
|
||||
cp "$ROOT/Builds/VisualStudio2022/x64/Release/Standalone Plugin/$PLUGIN.exe" "$ROOT/bin"
|
||||
cp "$ROOT/Builds/VisualStudio2022/x64/Release/Standalone Plugin/$PLUGIN.pdb" "$ROOT/bin"
|
||||
cp -r "$ROOT/Builds/VisualStudio2022/x64/Release/VST3/$PLUGIN.vst3/Contents/x86_64-win/$PLUGIN.vst3" "$ROOT/bin"
|
||||
fi
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue