Test AppVeyor

Former-commit-id: 3972342541ebe8df2b4743328da6a834c8897d89 [formerly 771e5645a6942b6f87277b4f111e32793ee9795c] [formerly fcf83c00557bd357cec57c648d7fbf7edc2682ee [formerly 3d932408744346f48df27beaf1505d810a6a261c]]
Former-commit-id: 2a84b2c89c449a7a081e507c1ff0c568168e4c0a [formerly 2ba28757917ab6eff3ffb14902aacd8e544d6022]
Former-commit-id: d1f91e7336592e38d38c6a4c6732a810c19b2cb7
This commit is contained in:
Lynix 2016-09-12 14:29:12 +02:00
parent 6f4542393b
commit 2be409a313
1 changed files with 23 additions and 0 deletions

23
appveyor.yml Normal file
View File

@ -0,0 +1,23 @@
shallow_clone: true
os:
- Visual Studio 2015
environment:
matrix:
- TOOLSET: vs2010
- TOOLSET: vs2013
- TOOLSET: vs2015
install:
- cd build && "./premake5.exe" %TOOLSET% && cd ..
configuration:
- Debug
- Release
build:
project: NazaraEngine/build/$(TOOLSET)/NazaraEngine.sln
after_test:
- NazaraEngine\tests\Tests.exe