summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleks Kissinger <aleks0@gmail.com>2018-10-20 13:22:25 +0200
committerAleks Kissinger <aleks0@gmail.com>2018-10-20 13:22:25 +0200
commit8b3d8aeba693908f4b1b21aa46d394786c35db28 (patch)
tree741c43448446ca0e459a407221ad539b7c3b9f5a
parentf9ca96eb9eb6dc10152b962ee31b6bc90c0a3347 (diff)
update apt
-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: