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:
parent
6f4542393b
commit
2be409a313
|
|
@ -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
|
||||||
Loading…
Reference in New Issue