1
0
mirror of synced 2025-01-20 17:48:51 +01:00

Add build script

This commit is contained in:
Nico Giansanti 2019-03-31 00:23:16 +02:00
parent af6106fe62
commit dbbb448c45

14
appveyor.yml Normal file
View File

@ -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)