diff --git a/appveyor.yml b/appveyor.yml index be3abb4aa..a08a06416 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -10,8 +10,7 @@ environment: - TOOLSET: vs2015 install: - - cd build - - "./premake5.exe" %TOOLSET% + - cd build && "./premake5.exe" %TOOLSET% configuration: - DebugDynamic @@ -21,5 +20,4 @@ build: project: build/$(TOOLSET)/NazaraEngine.sln after_build: - - cd tests - - "./NazaraUnitTests" \ No newline at end of file + - cd tests && "./NazaraUnitTests" \ No newline at end of file