diff --git a/.appveyor.yml b/.appveyor.yml index a477b31..7eaf0d3 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,4 +1,4 @@ -version: 1.4.2.{build} +version: 2.0.0.{build} pull_requests: do_not_increment_build_number: true branches: @@ -9,21 +9,21 @@ image: Visual Studio 2017 configuration: Release environment: matrix: -# - platform: x86 -# QTDIR: C:\Qt\5.9\msvc2017 -# OUTNAME: Win32 - - platform: x64 - QTDIR: C:\Qt\5.9\msvc2017_64 - OUTNAME: x64 + - platform: x86 + QTDIR: C:\Qt\5.10.1\msvc2015 + OUTNAME: Win32 build: project: GloSC.sln verbosity: normal after_build: - cmd: >- - 7z a GloSC_%platform%.zip TargetConfig.ini License.txt qt-license.txt Readme.md Build_Install.md %APPVEYOR_BUILD_FOLDER%\build\%OUTNAME%\%configuration%\*.exe %APPVEYOR_BUILD_FOLDER%\build\Win32Only\%configuration%\*.exe %APPVEYOR_BUILD_FOLDER%\build\Win32Only\%configuration%\*.dll %APPVEYOR_BUILD_FOLDER%\dependencies\SFML-2.4.2-%platform%\bin\sfml-system-2.dll %APPVEYOR_BUILD_FOLDER%\dependencies\SFML-2.4.2-%platform%\bin\sfml-window-2.dll %APPVEYOR_BUILD_FOLDER%\dependencies\SFML-2.4.2-%platform%\bin\sfml-graphics-2.dll redist\* %QTDIR%\bin\Qt5Core.dll %QTDIR%\bin\Qt5Gui.dll %QTDIR%\bin\Qt5Widgets.dll %QTDIR%\plugins\platforms\qwindows.dll +7z a GloSC.zip TargetConfig.ini License.txt qt-license.txt Readme.md Build_Install.md %APPVEYOR_BUILD_FOLDER%\build\Win32\%configuration%\*.exe %APPVEYOR_BUILD_FOLDER%\build\Win32\%configuration%\*.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\Qt5Widgets.dll %QTDIR%\plugins\platforms\qwindows.dll +7z rn GloSC.zip qwindows.dll platforms\qwindows.dll - 7z rn GloSC_%platform%.zip qwindows.dll platforms\qwindows.dll +7z rn GloSC.zip redist/libeay32.dll libeay32.dll + +7z rn GloSC.zip redist/ssleay32.dll ssleay32.dll artifacts: - path: GloSC_$(platform).zip name: GloSC_$(platform)