mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Build minidump_stackwalk as part of macOS prepare.
This commit is contained in:
@@ -723,6 +723,10 @@ release:
|
|||||||
xcodebuild -project Breakpad.xcodeproj -target Breakpad -configuration Release build
|
xcodebuild -project Breakpad.xcodeproj -target Breakpad -configuration Release build
|
||||||
cd ../../tools/mac/dump_syms
|
cd ../../tools/mac/dump_syms
|
||||||
xcodebuild -project dump_syms.xcodeproj -target dump_syms -configuration Release build
|
xcodebuild -project dump_syms.xcodeproj -target dump_syms -configuration Release build
|
||||||
|
cd ../../../build
|
||||||
|
./gyp_breakpad
|
||||||
|
cd ../processor
|
||||||
|
xcodebuild -project processor.xcodeproj -target minidump_stackwalk -configuration Release build
|
||||||
""")
|
""")
|
||||||
|
|
||||||
stage('crashpad', """
|
stage('crashpad', """
|
||||||
|
Reference in New Issue
Block a user