Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
uglide committed Mar 31, 2016
1 parent 6f3f63e commit 179a37d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ install:
- git submodule update --init --recursive
- set QTDIR=C:\Qt\5.6\msvc2015
- set PATH=%QTDIR%\bin;%PATH%
- call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat"
- nuget install -Version 1.6.0.2 -OutputDirectory ./3rdparty/windows rmt_libssh2
- qmake -v
- nuget install redis-64 -excludeversion
- qmake -v
- redis-64\tools\redis-server.exe --service-install
- redis-64\tools\redis-server.exe --service-start
build_script:
Expand Down

0 comments on commit 179a37d

Please sign in to comment.