From aefaf97f8e98e511ecc74567c118185b3bb366a9 Mon Sep 17 00:00:00 2001 From: MaikyM <51415805+MaikyM@users.noreply.github.com> Date: Sat, 31 Oct 2020 11:52:11 -0600 Subject: [PATCH] Added AppVeyor --- README.md | 2 ++ appveyor.yml | 13 +++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 appveyor.yml diff --git a/README.md b/README.md index 9dc06322..00929633 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ Created in March 2019, FModel is a .PAK file explorer fully dedicated to Fortnite but also work with some other Unreal Engine's games. It quickly became popular to quickly generate images of new cosmetics added to the game. Over time, new features got added and new users discovered the program. +## Build Status [![Build status](https://ci.appveyor.com/api/projects/status/bqipyycg1404acyt/branch/master?svg=true)](https://ci.appveyor.com/project/iAmAsval/fmodel/branch/master) + ## Table of Contents - [Introduction](#introduction) diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 00000000..36837598 --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,13 @@ +version: 1.0.{build} +image: Visual Studio 2019 +clone_depth: 1 +before_build: +- cmd: nuget restore +build_script: +- cmd: >- + "%programfiles(x86)%\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\amd64\MsBuild.exe" /nologo /m:2 /p:Configuration=Release /p:Platform="X64" /verbosity:minimal /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" "FModel.sln" + +test: off +artifacts: +- path: FModel\bin\x64\Release\netcoreapp3.1\ + name: FModel