mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-07 13:42:02 +01:00
Appveyor.
This commit is contained in:
parent
d31c9d2ca9
commit
bd54b45ef0
@ -8,8 +8,6 @@ environment:
|
|||||||
QTDIR: 'C:\Qt\5.7\msvc2013'
|
QTDIR: 'C:\Qt\5.7\msvc2013'
|
||||||
QMAKESPEC: win32-msvc2013
|
QMAKESPEC: win32-msvc2013
|
||||||
COMPILERBAT: '"C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" x86'
|
COMPILERBAT: '"C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" x86'
|
||||||
access_token:
|
|
||||||
secure: AdDF6ALWBJTln9VNrk6ghfnmiSa120+5PEyGCFvG9IWNBmvWbPmaIpJu0DBdZ1nj
|
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
@ -23,13 +21,4 @@ build_script:
|
|||||||
- C:\Qt\5.7\msvc2013\bin\qmake.exe C:\rssguard
|
- C:\Qt\5.7\msvc2013\bin\qmake.exe C:\rssguard
|
||||||
- nmake
|
- nmake
|
||||||
- nmake windows_all
|
- nmake windows_all
|
||||||
|
|
||||||
on_success:
|
|
||||||
- git config --global credential.helper store
|
|
||||||
- ps: Add-Content "$env:USERPROFILE\.git-credentials" "https://$($env:access_token):x-oauth-basic@github.com`n"
|
|
||||||
- git clone https://github.com/martinrotter/rssguard-builds.git
|
|
||||||
- copy /Y .\*.7z .\rssguard-builds
|
|
||||||
- cd rssguard-builds
|
|
||||||
- git add .\*.7z
|
|
||||||
- git commit -a -m 'New files.'
|
|
||||||
- git push origin master
|
|
Loading…
Reference in New Issue
Block a user