summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorAleks Kissinger <aleks0@gmail.com>2018-10-18 07:38:53 +0200
committerAleks Kissinger <aleks0@gmail.com>2018-10-18 07:38:53 +0200
commit30669ac45c9d6a7dd752ac7cb707b98151e822ad (patch)
treeb41eccb598b7d2d23ef1808494d855fe85e52bdb /.appveyor.yml
parent38e947dfe92afcc8aff13efc12eb14fbe8192366 (diff)
added winflexbison support and updated appveyor
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 3209dcf..a53c00d 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -10,13 +10,13 @@ configuration:
- release
install:
- # Setup the build toolchains.
+ - choco install winflexbison
- '%QTDIR%\bin\qtenv2.bat'
- call "%ProgramFiles(x86)%\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x64
+ - cd C:\projects\tikzit
build_script:
- - cd C:\projects\tikzit
- qmake -v
- qmake
- nmake.exe