KShare/AppVeyor/appveyor.yml

25 lines
833 B
YAML
Raw Normal View History

2017-07-07 13:02:00 +02:00
environment:
QTDIR: C:\Qt\5.9\mingw53_32
2017-07-08 10:56:01 +02:00
platform: x64
2017-07-07 13:02:00 +02:00
build_script:
- dir
- mkdir build
- cd build
- set PATH=%PATH%;%QTDIR%\bin;C:\Qt\Tools\mingw530_32\bin;C:\MinGW\msys\1.0\bin
- git submodule update --init --recursive
- ps: Start-FileDownload https://downloads.sourceforge.net/project/qtav/depends/QtAV-depends-windows-x86%2Bx64.7z av.7z
- 7z x av.7z > NUL
2017-07-08 10:54:58 +02:00
- xcopy QtAV-depends-windows-x86+x64\bin\x64\* %QTDIR%\bin\ /e /i /Y
- xcopy QtAV-depends-windows-x86+x64\lib\x64\* %QTDIR%\lib\ /e /i /Y
- xcopy QtAV-depends-windows-x86+x64\include\* %QTDIR%\include\ /e /i /Y
- qmake ../KShare.pro
2017-07-07 13:02:00 +02:00
- mingw32-make.exe -j8
- copy release\KShare.exe ..\KShare.exe
- cd ..
- bash -xe AppVeyor\make_installer.sh
artifacts:
- path: KShare.exe
2017-07-07 22:41:10 +02:00
name: Shared link
2017-07-07 13:02:00 +02:00
- path: installer.exe
2017-07-07 22:41:10 +02:00
name: Installer