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
ff021bb0
Commit
ff021bb0
authored
Dec 17, 2019
by
DonLakeFlyer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
parent
609e00b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
6 deletions
+4
-6
.appveyor.yml
.appveyor.yml
+4
-6
No files found.
.appveyor.yml
View file @
ff021bb0
...
...
@@ -7,17 +7,15 @@ build:
environment
:
matrix
:
# - BUILD: 'Debug'
# CONFIG: debug
# SHADOW_BUILD_DIR: C:\projects\qgroundcontrol\build_windows_debug
-
BUILD
:
'
Release'
CONFIG
:
installer
SHADOW_BUILD_DIR
:
C:\projects\qgroundcontrol\build_windows_install
QT_JOM_DIR
:
C:\Qt-QGC-5.12.6\Tools\QtCreator\bin
QT_QMAKE_DIR
:
C:\Qt-QGC-5.12.6\5.12.6\msvc2017_64\bin
install
:
-
git submodule update --init --recursive
-
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat"
-
set PATH=C:\Qt\Tools\QtCreator\bin;C:\Qt\5.12.5\msvc2017_64\bin;%PATH%
-
mkdir %LOCALAPPDATA%\QtProject && copy test\qtlogging.ini %LOCALAPPDATA%\QtProject\
-
ps
:
|
Write-Host "Installing Qt..." -ForegroundColor Cyan
...
...
@@ -45,8 +43,8 @@ install:
Write-Host "Installed" -ForegroundColor Green
build_script
:
-
mkdir %SHADOW_BUILD_DIR% && cd %SHADOW_BUILD_DIR% &&
C:\Qt-QGC-5.12.6\5.12.6\msvc2017_64\bin
\qmake -r CONFIG+=%CONFIG% CONFIG+=WarningsAsErrorsOn %APPVEYOR_BUILD_FOLDER%\qgroundcontrol.pro
-
cd %SHADOW_BUILD_DIR% && jom
-
mkdir %SHADOW_BUILD_DIR% && cd %SHADOW_BUILD_DIR% &&
%QT_QMAKE_DIR%
\qmake -r CONFIG+=%CONFIG% CONFIG+=WarningsAsErrorsOn %APPVEYOR_BUILD_FOLDER%\qgroundcontrol.pro
-
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 )
# 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'
...
...
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