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
a16372a6
Commit
a16372a6
authored
May 22, 2016
by
Daniel Agar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
disable windows tests again
* appveyor too slow
parent
389fe8b3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
13 deletions
+10
-13
.appveyor.yml
.appveyor.yml
+8
-11
.travis.yml
.travis.yml
+2
-2
No files found.
.appveyor.yml
View file @
a16372a6
...
...
@@ -5,16 +5,13 @@ build:
environment
:
matrix
:
-
BUILD
:
'
Debug'
CONFIG
:
debug
SHADOW_BUILD_DIR
:
$(APPVEYOR_BUILD_FOLDER)\build_windows_debug
#
- BUILD: 'Debug'
#
CONFIG: debug
#
SHADOW_BUILD_DIR: $(APPVEYOR_BUILD_FOLDER)\build_windows_debug
-
BUILD
:
'
Release'
CONFIG
:
installer
SHADOW_BUILD_DIR
:
$(APPVEYOR_BUILD_FOLDER)\build_windows_install
matrix
:
fast_finish
:
true
install
:
-
git submodule update --init --recursive
-
call "%ProgramFiles(x86)%\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" x86
...
...
@@ -34,13 +31,13 @@ build_script:
-
cd %SHADOW_BUILD_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
-
if "%CONFIG%" EQU "installer" ( '"C:\Program Files (x86)\Windows Kits\8.1\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' )
-
'
"C:\Program
Files
(x86)\Windows
Kits\8.1\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
-
if "%CONFIG%" EQU "installer" ( '"C:\Program Files (x86)\Windows Kits\8.1\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\8.1\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
-
if "%CONFIG%" EQU "installer" ( 'cd %APPVEYOR_BUILD_FOLDER% && "C:\Program Files (x86)\Windows Kits\8.1\Debuggers\x64\symstore.exe" add /compress /s symbols /f %SHADOW_BUILD_DIR%\release\qgroundcontrol.pdb /t qgroundcontrol' )
-
if "%CONFIG%" EQU "installer" ( 'cd %APPVEYOR_BUILD_FOLDER% && "C:\Program Files (x86)\Windows Kits\8.1\Debuggers\x64\symstore.exe" add /compress /s symbols /f %SHADOW_BUILD_DIR%\release\qgroundcontrol.exe /t qgroundcontrol' )
-
ps
:
if($env:CONFIG -eq 'installer') { cd $env:appveyor_build_folder; .\deploy\lowercaseify_symbolstore.ps1 }
-
'
cd
%APPVEYOR_BUILD_FOLDER%
&&
"C:\Program
Files
(x86)\Windows
Kits\8.1\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\8.1\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'
test_script
:
-
if "%CONFIG%" EQU "debug" ( %SHADOW_BUILD_DIR%\debug\qgroundcontrol --unittest )
...
...
.travis.yml
View file @
a16372a6
language
:
cpp
git
:
depth
:
5
00
depth
:
10
00
env
:
global
:
...
...
@@ -13,7 +13,7 @@ matrix:
fast_finish
:
true
include
:
-
os
:
linux
env
:
SPEC=linux-g++-64 CONFIG=debug
env
:
SPEC=linux-g++-64 CONFIG=debug
QT_FATAL_WARNINGS=1
sudo
:
required
dist
:
trusty
-
os
:
linux
...
...
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