From 8b3d8aeba693908f4b1b21aa46d394786c35db28 Mon Sep 17 00:00:00 2001 From: Aleks Kissinger Date: Sat, 20 Oct 2018 13:22:25 +0200 Subject: update apt --- .appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: -- cgit v1.2.3