Added AppVeyor

This commit is contained in:
MaikyM 2020-10-31 11:52:11 -06:00
parent 120d07fbdf
commit aefaf97f8e
2 changed files with 15 additions and 0 deletions

View File

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

13
appveyor.yml Normal file
View File

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