summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleks Kissinger <aleks0@gmail.com>2018-10-20 13:08:22 +0200
committerAleks Kissinger <aleks0@gmail.com>2018-10-20 13:08:22 +0200
commit4d2b59c1dcd7dc9270ab4a9cde38240a1eb6fa85 (patch)
treebecc0ca992016629d1cb6c265d3383cbd6d4f7d1
parent80e9e6f36b4032ed8e1e645ac02b0d38e3e03be2 (diff)
added -y flag
-rw-r--r--.appveyor.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 0242a99..20b2c0b 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -12,8 +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 install flex bison
- - sh: sudo apt-get install qt5-default
+ - sh: sudo apt-get -y install flex bison qt5-default
build_script:
- qmake -v