Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qgroundcontrol
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
7a6373d7
Unverified
Commit
7a6373d7
authored
Dec 21, 2019
by
Don Gagne
Committed by
GitHub
Dec 21, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #8146 from DonLakeFlyer/AppveyorDisableSymbolStore
Temp disable of symbol store to make forward progress
parents
19d59fde
c3dbcd85
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
.appveyor.yml
.appveyor.yml
+6
-5
No files found.
.appveyor.yml
View file @
7a6373d7
...
@@ -47,13 +47,14 @@ build_script:
...
@@ -47,13 +47,14 @@ build_script:
-
cd %SHADOW_BUILD_DIR% && %QT_JOM_DIR%\jom
-
cd %SHADOW_BUILD_DIR% && %QT_JOM_DIR%\jom
-
if "%CONFIG%" EQU "installer" ( copy %SHADOW_BUILD_DIR%\release\QGroundControl-installer.exe %APPVEYOR_BUILD_FOLDER%\QGroundControl-installer.exe )
-
if "%CONFIG%" EQU "installer" ( copy %SHADOW_BUILD_DIR%\release\QGroundControl-installer.exe %APPVEYOR_BUILD_FOLDER%\QGroundControl-installer.exe )
# Generate the source server information to embed in the PDB
# Generate the source server information to embed in the PDB
-
'
"C:\Program
Files
(x86)\Windows
Kits\10\Debuggers\x64\srcsrv\srctool.exe"
-r
-u
"%SHADOW_BUILD_DIR%\release\qgroundcontrol.pdb"
|
grep
qgroundcontrol
|
grep
-v
moc_
|
grep
-v
libs\\mavlink
|
grep
-v
build_windows_install
|
python
%APPVEYOR_BUILD_FOLDER%\deploy\genPDBsrcsrv.py
>
%SHADOW_BUILD_DIR%\release\qgroundcontrol.pdb.srcsrv'
# Temporarily disabled while we try to figure out where this is located on appveyor image
# - '"C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\srcsrv\srctool.exe" -r -u "%SHADOW_BUILD_DIR%\release\qgroundcontrol.pdb" | grep qgroundcontrol | grep -v moc_ | grep -v libs\\mavlink | grep -v build_windows_install | python %APPVEYOR_BUILD_FOLDER%\deploy\genPDBsrcsrv.py > %SHADOW_BUILD_DIR%\release\qgroundcontrol.pdb.srcsrv'
# write the source server info
# write the source server info
-
'
"C:\Program
Files
(x86)\Windows
Kits\10\Debuggers\x64\srcsrv\pdbstr.exe"
-w
-i:%SHADOW_BUILD_DIR%\release\qgroundcontrol.pdb.srcsrv
-p:%SHADOW_BUILD_DIR%\release\qgroundcontrol.pdb
-s:srcsrv'
#
- '"C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\srcsrv\pdbstr.exe" -w -i:%SHADOW_BUILD_DIR%\release\qgroundcontrol.pdb.srcsrv -p:%SHADOW_BUILD_DIR%\release\qgroundcontrol.pdb -s:srcsrv'
# build the symbol / PE store
# build the symbol / PE store
-
'
cd
%APPVEYOR_BUILD_FOLDER%
&&
"C:\Program
Files
(x86)\Windows
Kits\10\Debuggers\x64\symstore.exe"
add
/compress
/s
symbols
/f
%SHADOW_BUILD_DIR%\release\qgroundcontrol.pdb
/t
qgroundcontrol'
#
- 'cd %APPVEYOR_BUILD_FOLDER% && "C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\symstore.exe" add /compress /s symbols /f %SHADOW_BUILD_DIR%\release\qgroundcontrol.pdb /t qgroundcontrol'
-
'
cd
%APPVEYOR_BUILD_FOLDER%
&&
"C:\Program
Files
(x86)\Windows
Kits\10\Debuggers\x64\symstore.exe"
add
/compress
/s
symbols
/f
%SHADOW_BUILD_DIR%\release\qgroundcontrol.exe
/t
qgroundcontrol'
#
- 'cd %APPVEYOR_BUILD_FOLDER% && "C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\symstore.exe" add /compress /s symbols /f %SHADOW_BUILD_DIR%\release\qgroundcontrol.exe /t qgroundcontrol'
-
ps
:
'
cd
$env:appveyor_build_folder;
.\deploy\lowercaseify_symbolstore.ps1'
#
- ps: 'cd $env:appveyor_build_folder; .\deploy\lowercaseify_symbolstore.ps1'
test_script
:
test_script
:
-
if "%CONFIG%" EQU "debug" ( %SHADOW_BUILD_DIR%\debug\qgroundcontrol --unittest )
-
if "%CONFIG%" EQU "debug" ( %SHADOW_BUILD_DIR%\debug\qgroundcontrol --unittest )
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment