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

Commit

Permalink
Create appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
uglide committed Sep 10, 2015
1 parent b95cdc9 commit 2527070
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
version: 0.0.{build}
clone_depth: 5
install:
- appveyor DownloadFile "http://redisdesktop.com/builds/msys32.zip" -FileName "msys2.zip"
- 7z x msys2.zip > NUL
- git submodule update --init --recursive
- set QTDIR=C:\Qt\5.5\mingw492_32
- set PATH=%QTDIR%\bin;%cd%\msys32\mingw32\bin\;%cd%\msys32\usr\bin\;%PATH%
- qmake -v
- mingw32-make -v
- g++ -v
- nuget install redis-64 -excludeversion
- redis-64\redis-server.exe --service-install
- redis-64\redis-server.exe --service-start
build_script:
- qmake CONFIG+=release DESTDIR=%cd%/build
- mingw32-make -s -j 2
test_script:
- cd tests/unit_tests
- qmake DEFINES+=INTEGRATION_TESTS DESTDIR=%cd%/bin
- mingw32-make -s -j 2
- '%cd%/bin/tests -txt'

0 comments on commit 2527070

Please sign in to comment.