mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-03 19:59:43 +01:00
Compile nowebengine in AppVeyor.
This commit is contained in:
parent
03cafeb926
commit
4c57a58d91
@ -2,7 +2,7 @@ version: 666.{build}
|
||||
skip_tags: true
|
||||
image: Visual Studio 2013
|
||||
clone_depth: 1
|
||||
clone_folder: c:\rssguard
|
||||
clone_folder: C:\rssguard
|
||||
|
||||
branches:
|
||||
only:
|
||||
@ -15,6 +15,10 @@ environment:
|
||||
COMPILERBAT: '"C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" x86'
|
||||
access_token:
|
||||
secure: XCWdr9wPgK4gm6289WXCg2vtMA02eBSnj6eKHC+ps6Z5lgw0jsK09UQ5y9E9ZFwS
|
||||
matrix:
|
||||
- qmake_args: 'USE_WEBENGINE=false'
|
||||
|
||||
- qmake_args: 'USE_WEBENGINE=true'
|
||||
|
||||
build_script:
|
||||
- git submodule update --init --recursive
|
||||
@ -31,13 +35,13 @@ build_script:
|
||||
|
||||
on_success:
|
||||
- dir
|
||||
- git clone -q --depth=1 https://github.com/martinrotter/rssguard.wiki.git c:\rssguard-wiki
|
||||
- git clone -q --depth=1 https://github.com/martinrotter/rssguard.wiki.git C:\rssguard-wiki
|
||||
- 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"
|
||||
- cd ..\rssguard-build
|
||||
- for /f "tokens=*" %%F in ('dir /s /b *.7z') do curl --upload-file %%F https://transfer.sh/rssguard-win32.7z --silent >> ..\rssguard-wiki\Windows-development-builds.md
|
||||
- for /f "tokens=*" %%F in ('dir /b *.7z') do curl --upload-file %%F https://transfer.sh/%%F --silent >> ..\rssguard-wiki\Windows-development-builds.md
|
||||
- echo.>> ..\rssguard-wiki\Windows-development-builds.md
|
||||
- cd ..\rssguard-wiki
|
||||
- git add *.*
|
||||
|
Loading…
Reference in New Issue
Block a user