summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 9ae0916..e2cb33e 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -1,8 +1,8 @@
version: '{branch}-{build}'
image:
- - Visual Studio 2015
- Ubuntu1804
+ - Visual Studio 2015
configuration:
- release
@@ -12,6 +12,7 @@ install:
- 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 update
- sh: sudo apt-get -y install flex bison qt5-default
build_script: