source: tspsg/appveyor.yml

appveyor
Last change on this file was 21361c757d, checked in by Oleksii Serdiuk, 8 years ago

Add AppVeyor? configuration

  • Property mode set to 100644
File size: 945 bytes
RevLine 
[21361c757d]1version: '0.1.4.{build}'
2#image: 'Visual Studio 2017'
3image:
4  - Visual Studio 2017
5  - Visual Studio 2015
6configuration: Release
7
8environment:
9  matrix:
10    - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
11      PATH: '%PATH%;C:\Qt\5.9\msvc2017_64\bin'
12      VCVARS: '"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat"'
13      platform: x64
14    - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
15      PATH: '%PATH%;C:\Qt\5.9\msvc2015\bin'
16      VCVARS: '"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86'
17      platform: x86
18#    - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
19#      PATH: '%PATH%;C:\MinGW\bin;C:\Qt\5.9\mingw53_32\bin'
20#      MAKE: mingw32-make
21
22before_build:
23  - call %VCVARS%
24#- set
25  - lrelease tspsg.pro
26  - qmake -tp vc tspsg.pro CONFIG+=release CONFIG+=_t_t_l_ "VERSION_TAG=%APPVEYOR_BUILD_VERSION%"
27
28build:
29  parallel: true
30  verbosity: detailed
Note: See TracBrowser for help on using the repository browser.