appveyor
Rev | Line | |
---|
[21361c757d] | 1 | version: '0.1.4.{build}' |
---|
| 2 | #image: 'Visual Studio 2017' |
---|
| 3 | image: |
---|
| 4 | - Visual Studio 2017 |
---|
| 5 | - Visual Studio 2015 |
---|
| 6 | configuration: Release |
---|
| 7 | |
---|
| 8 | environment: |
---|
| 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 | |
---|
| 22 | before_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 | |
---|
| 28 | build: |
---|
| 29 | parallel: true |
---|
| 30 | verbosity: detailed |
---|
Note: See
TracBrowser
for help on using the repository browser.