summaryrefslogtreecommitdiff
path: root/.appveyor.yml
blob: cedcffdb04a68856a0cd19edbf949dbd260ea6c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
version: '{branch}-{build}'

environment:
  matrix:
    # - QTDIR: C:\Qt\5.11.1\mingw53_32
    # - QTDIR: C:\Qt\5.11.1\msvc2015
    - QTDIR: C:\Qt\5.11.1\msvc2015_64

configuration:
  - release

install:
  # Setup the build toolchains.
  - '%QTDIR%\bin\qtenv2.bat'
  - call "%ProgramFiles(x86)%\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x64


build_script:
  - qmake -v
  - qmake -r
  - nmake.exe