Added test execution to appveyor

This commit is contained in:
Filippo Cucchetto 2016-01-30 12:41:12 +01:00
parent f1cbaeec5e
commit 838b431532
1 changed files with 6 additions and 1 deletions

View File

@ -3,8 +3,13 @@ clone_depth: 5
environment:
matrix:
- CMAKE_GENERATOR: "Visual Studio 14 2015 Win64"
QTDIR: C:/Qt/5.3/msvc2013_64_opengl
CMAKE_PREFIX_PATH: C:/Qt/5.3/msvc2013_64_opengl
CONFIGURATION: Release
TEST_DIR: test\Release
install:
- set PATH=%PATH%;%QTDIR%
build_script:
- mkdir build && cd build
@ -12,4 +17,4 @@ build_script:
- cmake --build . --config %CONFIGURATION%
on_finish:
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))