From c39ff1f61213a67cd6eb16523cbbba87ccd3a0d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joa=CC=83o=20Matos?= Date: Mon, 22 Jun 2015 13:19:48 +0100 Subject: [PATCH] Updated AppVeyor build script. --- appveyor.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 461767f7..cdffb097 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -40,9 +40,8 @@ environment: # install: build_script: - - 'echo Building...' - - 'cd build; premake5.exe --file=premake4.lua %VS_VERSION%' - - 'msbuild %BUILD_PATH%\CppSharp.sln' + - build\premake5.exe --file=build\premake4.lua %VS_VERSION% + - msbuild %BUILD_PATH%\CppSharp.sln #---------------------------------# # artifacts configuration #