Browse Source

Updated AppVeyor build script.

pull/499/head
João Matos 11 years ago
parent
commit
c39ff1f612
  1. 5
      appveyor.yml

5
appveyor.yml

@ -40,9 +40,8 @@ environment: @@ -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 #

Loading…
Cancel
Save