summaryrefslogtreecommitdiffstats
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2015-11-17 20:59:38 +0100
committerAnne Jan Brouwer <annejan@noprotocol.com>2015-11-17 20:59:38 +0100
commitb110f452d2790477a30d1017583f4c40be0047ec (patch)
treeae8d34f9357a82da368a3042572e26a0e8c5266a /.appveyor.yml
parent6a06a664d779cfe162385f11b84b6f9893d227ee (diff)
AppVeyor use stable os
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 4d1d4307..afea7701 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -1,6 +1,4 @@
-os: unstable
install:
- # Configuring Qt
- set QTDIR=C:\Qt\5.5\mingw492_32
- choco install -y InnoSetup
- set PATH=%QTDIR%\bin;C:\MinGW\bin;%PATH%;"C:\Program Files (x86)\Inno Setup 5"