mirror of
https://github.com/4sval/FModel.git
synced 2026-03-21 17:24:26 -05:00
Added AppVeyor
This commit is contained in:
parent
120d07fbdf
commit
aefaf97f8e
|
|
@ -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 [](https://ci.appveyor.com/project/iAmAsval/fmodel/branch/master)
|
||||
|
||||
## Table of Contents
|
||||
|
||||
- [Introduction](#introduction)
|
||||
|
|
|
|||
13
appveyor.yml
Normal file
13
appveyor.yml
Normal 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
|
||||
Loading…
Reference in New Issue
Block a user