2016-08-25 09:45:21 +02:00
|
|
|
version: 666.{build}
|
2016-08-25 06:53:31 +02:00
|
|
|
skip_tags: true
|
|
|
|
image: Visual Studio 2013
|
|
|
|
clone_depth: 1
|
|
|
|
clone_folder: c:\rssguard
|
2016-08-25 07:13:31 +02:00
|
|
|
|
2016-08-25 09:27:03 +02:00
|
|
|
branches:
|
2016-08-25 09:56:08 +02:00
|
|
|
only:
|
|
|
|
- master
|
|
|
|
- dev
|
2016-08-25 09:27:03 +02:00
|
|
|
except:
|
|
|
|
- build-artifacts
|
|
|
|
|
2016-08-25 07:13:31 +02:00
|
|
|
environment:
|
2016-08-25 07:35:57 +02:00
|
|
|
QTDIR: 'C:\Qt\5.7\msvc2013'
|
2016-08-25 07:13:31 +02:00
|
|
|
QMAKESPEC: win32-msvc2013
|
2016-08-25 07:35:57 +02:00
|
|
|
COMPILERBAT: '"C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" x86'
|
2016-08-25 08:30:37 +02:00
|
|
|
access_token:
|
2016-08-25 08:35:55 +02:00
|
|
|
secure: XCWdr9wPgK4gm6289WXCg2vtMA02eBSnj6eKHC+ps6Z5lgw0jsK09UQ5y9E9ZFwS
|
2016-08-25 08:16:08 +02:00
|
|
|
|
2016-08-25 06:53:31 +02:00
|
|
|
build_script:
|
2016-08-25 07:51:47 +02:00
|
|
|
- git submodule update --init --recursive
|
2016-08-25 07:35:57 +02:00
|
|
|
- set "QT_PLUGIN_PATH=%QTDIR%\plugins"
|
|
|
|
- set "PATH=%QTDIR%\bin;%PATH%"
|
|
|
|
- '%COMPILERBAT%'
|
2016-08-25 07:20:48 +02:00
|
|
|
- dir
|
|
|
|
- cd ..
|
|
|
|
- mkdir rssguard-build
|
|
|
|
- cd rssguard-build
|
2016-08-25 07:23:18 +02:00
|
|
|
- C:\Qt\5.7\msvc2013\bin\qmake.exe C:\rssguard
|
2016-08-25 07:43:12 +02:00
|
|
|
- nmake
|
2016-08-25 08:16:08 +02:00
|
|
|
- nmake windows_all
|
2016-08-25 08:30:37 +02:00
|
|
|
|
2016-08-25 10:08:20 +02:00
|
|
|
#on_success:
|
|
|
|
# - dir
|
|
|
|
# - git clone -q --depth=1 --branch=build-artifacts https://github.com/martinrotter/rssguard.git c:\rssguard-artifacts
|
|
|
|
# - cd ..\rssguard-artifacts
|
|
|
|
# - git fetch
|
|
|
|
# - git checkout build-artifacts
|
|
|
|
# - git config --global credential.helper store
|
|
|
|
# - ps: Add-Content "$env:USERPROFILE\.git-credentials" "https://$($env:access_token):x-oauth-basic@github.com`n"
|
|
|
|
# - git config --global user.email "rotter.martinos@gmail.com"
|
|
|
|
# - git config --global user.name "martinrotter"
|
|
|
|
# - copy /Y ..\rssguard-build\*.7z .\windows
|
|
|
|
# - git add windows\*.7z
|
|
|
|
# - git commit -m "New files."
|
|
|
|
# - git push origin build-artifacts
|