mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Build minidump_stackwalk as part of macOS prepare.
This commit is contained in:
parent
3202a5f081
commit
3bf9a1c70b
1 changed files with 4 additions and 0 deletions
|
@ -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', """
|
||||||
|
|
Loading…
Add table
Reference in a new issue