2020-01-03 19:25:40 +00:00
|
|
|
version: 2.0.7.{build}
|
2017-03-19 01:48:36 +00:00
|
|
|
pull_requests:
|
|
|
|
do_not_increment_build_number: true
|
|
|
|
branches:
|
2017-04-13 14:19:32 +00:00
|
|
|
only:
|
|
|
|
- master
|
2017-11-13 18:02:01 +00:00
|
|
|
skip_tags: true
|
2019-10-19 18:50:31 +00:00
|
|
|
image: Visual Studio 2019
|
2017-04-13 14:19:32 +00:00
|
|
|
configuration: Release
|
2020-01-03 19:25:40 +00:00
|
|
|
platform: x86
|
|
|
|
clone_script:
|
|
|
|
- cmd: git clone -q --recursive --branch=%APPVEYOR_REPO_BRANCH% https://github.com/%APPVEYOR_REPO_NAME%.git %APPVEYOR_BUILD_FOLDER%
|
2017-03-19 01:48:36 +00:00
|
|
|
environment:
|
2020-01-03 19:25:40 +00:00
|
|
|
QTDIR: C:\Qt\5.13.2\msvc2017
|
2017-03-19 01:48:36 +00:00
|
|
|
build:
|
2017-04-13 14:19:32 +00:00
|
|
|
project: GloSC.sln
|
2020-01-03 19:25:40 +00:00
|
|
|
verbosity: minimal
|
2020-01-03 19:54:04 +00:00
|
|
|
artifacts:
|
|
|
|
- path: GloSC.zip
|
|
|
|
name: GloSC
|
|
|
|
- path: installer/GloSC-installer.exe
|
|
|
|
name: GloSC
|
2020-01-03 19:58:35 +00:00
|
|
|
before_package:
|
2020-01-03 19:25:40 +00:00
|
|
|
- cmd: >-
|
|
|
|
SET QTDIR="C:\Qt\5.13.2\msvc2017"
|
|
|
|
|
|
|
|
|
|
|
|
"C:\Program Files\7-Zip\7z.exe" a GloSC.zip TargetConfig.ini License.txt dependencies\minhook\MH_LICENSE.txt qt-license.txt Readme.md Build_Install.md %APPVEYOR_BUILD_FOLDER%\build\Win32\Release\*.exe %APPVEYOR_BUILD_FOLDER%\build\Win32\Release\*.dll %APPVEYOR_BUILD_FOLDER%\dependencies\SFML-2.4.2-x86\bin\sfml-system-2.dll %APPVEYOR_BUILD_FOLDER%\dependencies\SFML-2.4.2-x86\bin\sfml-window-2.dll %APPVEYOR_BUILD_FOLDER%\dependencies\SFML-2.4.2-x86\bin\sfml-graphics-2.dll redist\* %QTDIR%\bin\Qt5Core.dll %QTDIR%\bin\Qt5Gui.dll %QTDIR%\bin\Qt5Network.dll %QTDIR%\bin\Qt5Widgets.dll %QTDIR%\plugins\platforms\qwindows.dll
|
|
|
|
|
|
|
|
|
|
|
|
"C:\Program Files\7-Zip\7z.exe" rn GloSC.zip qwindows.dll platforms/qwindows.dll
|
|
|
|
|
|
|
|
"C:\Program Files\7-Zip\7z.exe" rn GloSC.zip redist/ViGEmClient.dll ViGEmClient.dll
|
|
|
|
|
|
|
|
|
|
|
|
"C:\Program Files\7-Zip\7z.exe" rn GloSC.zip redist/libeay32.dll libeay32.dll
|
|
|
|
|
2020-01-03 19:37:05 +00:00
|
|
|
"C:\Program Files\7-Zip\7z.exe" rn GloSC.zip redist/ssleay32.dll ssleay32.dll
|
|
|
|
|
|
|
|
|
|
|
|
"C:\Program Files (x86)\Inno Setup 6\iscc.exe" GloSC_install_script.iss
|