summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorAleks Kissinger <aleks0@gmail.com>2018-12-20 22:36:51 +0100
committerAleks Kissinger <aleks0@gmail.com>2018-12-20 22:36:51 +0100
commit3b132a72ebc2694dfd1695e6a45e34e60fa1f75e (patch)
tree98048d9605c3807ccdefaf76e47a4b9dbba772dd /.appveyor.yml
parentfc24b3787a82a3b467fde9f52e1a5559160b7fe0 (diff)
parent52b50ae84813951e5cbc457153bd981e5a96bc2d (diff)
Merge branch 'poppler'
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml9
1 files changed, 6 insertions, 3 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index c2f27c4..8f32415 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -13,11 +13,14 @@ configuration:
install:
- cmd: choco install winflexbison
- - cmd: 'C:\Qt\5.11.2\msvc2015_64\bin\qtenv2.bat'
- - cmd: call "%ProgramFiles(x86)%\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x64
+ - cmd: 'C:\Qt\5.11.2\mingw53_32\bin\qtenv2.bat'
- cmd: cd C:\projects\tikzit
- sh: sudo apt-get update
- - sh: sudo apt-get -y install flex bison qt5-default
+ - sh: sudo apt-get -y install flex bison qt5-default poppler
+
+before_build:
+ - ps: (new-object net.webclient).DownloadFile('http://tikzit.github.io/download/win32-deps.zip', 'c:\projects\tikzit\win32-deps.zip')
+ - cmd: 7z x win32-deps.zip
build_script:
- qmake -v