|
|
|
@ -45,7 +45,7 @@ install:
@@ -45,7 +45,7 @@ install:
|
|
|
|
|
build_script: |
|
|
|
|
- mkdir %SHADOW_BUILD_DIR% && cd %SHADOW_BUILD_DIR% && C:\Qt\5.5\msvc2013\bin\qmake -r CONFIG-=debug_and_release CONFIG+=%CONFIG% CONFIG+=WarningsAsErrorsOn %APPVEYOR_BUILD_FOLDER%\qgroundcontrol.pro |
|
|
|
|
- cd %SHADOW_BUILD_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 |
|
|
|
|
- '"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 |
|
|
|
@ -59,7 +59,7 @@ test_script:
@@ -59,7 +59,7 @@ test_script:
|
|
|
|
|
- if "%CONFIG%" EQU "debug" ( %SHADOW_BUILD_DIR%\debug\qgroundcontrol --unittest ) |
|
|
|
|
|
|
|
|
|
artifacts: |
|
|
|
|
- path: qgroundcontrol-installer.exe |
|
|
|
|
- path: QGroundControl-installer.exe |
|
|
|
|
name: qgcinstaller |
|
|
|
|
|
|
|
|
|
- path: symbols\**\*.*_ |
|
|
|
|