summaryrefslogtreecommitdiff
path: root/.appveyor.yml
blob: 20b2c0b1798060c11593df2048e5684702f8c794 (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}'

image:
  - Visual Studio 2015
  - Ubuntu

configuration:
  - release

install:
  - cmd: choco install winflexbison
  - cmd: 'C:\Qt\5.11.1\msvc2015_64\bin\qtenv2.bat'
  - cmd: call "%ProgramFiles(x86)%\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x64
  - cmd: cd C:\projects\tikzit
  - sh: sudo apt-get -y install flex bison qt5-default

build_script:
  - qmake -v
  - qmake
  - cmd: nmake.exe
  - sh: make