From 4004ab4dbcf7986752d85bd4fc549a1059478cdd Mon Sep 17 00:00:00 2001 From: erwincoumans Date: Thu, 28 Aug 2014 22:26:17 -0700 Subject: [PATCH] Update appveyor.yml aargh, a few more examples how to use simple cmd use would help, please appveyor --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 8e35e78ab..741dcd674 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,5 @@ build: + - echo %CD% project: build3/vs2010/0_Bullet3Solution.sln before_build: @@ -6,3 +7,4 @@ before_build: - ps: cd build3 - echo %CD% - premake4 vs2010 + - ps: cd ..