From dbbb448c455bccac7a1df2e421914e701d9db22e Mon Sep 17 00:00:00 2001 From: Nico Giansanti Date: Sun, 31 Mar 2019 00:23:16 +0200 Subject: [PATCH] Add build script --- appveyor.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 appveyor.yml diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 0000000..a7670d1 --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,14 @@ +version: 1.0.{build} +image: Visual Studio 2017 +configuration: Release +platform: +- x64 +- Win32 +before_build: +- cmd: premake5.exe vs2017 +build: + project: OpenParrot.sln + verbosity: minimal +artifacts: +- path: build\bin\release\ + name: OpenParrot$(platform) \ No newline at end of file