diff --git a/appveyor.yml b/appveyor.yml index 39ff8f7a8..be3abb4aa 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -10,11 +10,16 @@ environment: - TOOLSET: vs2015 install: - - cd build && "./premake5.exe" %TOOLSET% && cd .. + - cd build + - "./premake5.exe" %TOOLSET% configuration: - DebugDynamic - ReleaseDynamic build: - project: build/$(TOOLSET)/NazaraEngine.sln \ No newline at end of file + project: build/$(TOOLSET)/NazaraEngine.sln + +after_build: + - cd tests + - "./NazaraUnitTests" \ No newline at end of file