Skip to content

Commit

Permalink
UpdateList: Build using GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
pixeldesu committed Oct 12, 2023
1 parent 15328f6 commit 3ca96cc
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 24 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/updatelist-build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: PangLib.UpdateList (Build)

on:
push:
branches: [ master ]
paths:
- 'PangLib.UpdateList/**.*'
pull_request:
branches: [ master ]
paths:
- 'PangLib.UpdateList/**.*'

jobs:
build:
name: Build
runs-on: windows-latest
steps:
- uses: actions/[email protected]
- name: Set up .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: '5.x'
- name: Install dependencies
working-directory: PangLib.UpdateList
run: dotnet restore
- name: Build project
working-directory: PangLib.UpdateList
run: dotnet build
22 changes: 0 additions & 22 deletions PangLib.UpdateList/appveyor.yml

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ $ dotnet add package [package-name]
| [**PangLib.PAK**](PangLib.PAK/) | [![Nuget](https://img.shields.io/nuget/v/PangLib.PAK.svg)](https://www.nuget.org/packages/PangLib.PAK/) | [![Build status](https://github.com/retreev/panglib/actions/workflows/pak-build.yaml/badge.svg)](https://github.com/retreev/PangLib/actions/workflows/pak-build.yaml) | Library to handle and parse data from `.pak` files |
| [**PangLib.PET**](PangLib.PET/) | [![Nuget](https://img.shields.io/nuget/v/PangLib.PET.svg)](https://www.nuget.org/packages/PangLib.PET/) | [![Build status](https://github.com/retreev/panglib/actions/workflows/pet-build.yaml/badge.svg)](https://github.com/retreev/PangLib/actions/workflows/pet-build.yaml) | Library to handle and parse data from `.*pet` files |
| [**PangLib.SBIN**](PangLib.SBIN/) | [![Nuget](https://img.shields.io/nuget/v/PangLib.SBIN.svg)](https://www.nuget.org/packages/PangLib.SBIN/) | [![Build status](https://github.com/retreev/panglib/actions/workflows/sbin-build.yaml/badge.svg)](https://github.com/retreev/PangLib/actions/workflows/sbin-build.yaml) | Library to handle and parse data from `.sbin` files |
| [**PangLib.Scripting**](PangLib.Scripting/) | [![Nuget](https://img.shields.io/nuget/v/PangLib.Scripting.svg)](https://www.nuget.org/packages/PangLib.Scripting/) | [![Build status](https://github.com/retreev/panglib/actions/workflows/scripting-build.yaml/badge.svg)](https://github.com/retreev/PangLib/actions/workflows/scripting-build.yaml) | Library to handle and parse Pangya scripting languages |
| [**PangLib.UCC**](PangLib.UCC/) | [![Nuget](https://img.shields.io/nuget/v/PangLib.UCC.svg)](https://www.nuget.org/packages/PangLib.UCC/) | [![Build status](https://github.com/retreev/panglib/actions/workflows/ucc-build.yaml/badge.svg)](https://github.com/retreev/PangLib/actions/workflows/ucc-build.yaml) | Library to handle and parse data from SelfDesign files |
| [**PangLib.UpdateList**](PangLib.UpdateList/) | [![Nuget](https://img.shields.io/nuget/v/PangLib.UpdateList.svg)](https://www.nuget.org/packages/PangLib.UpdateList/) | [![Build status](https://github.com/retreev/panglib/actions/workflows/updatelist-build.yaml/badge.svg)](https://github.com/retreev/PangLib/actions/workflows/updatelist-build.yaml) | Library to handle and parse data from `updatelist` files |
| [**PangLib.WEP**](PangLib.WEP/) | [![Nuget](https://img.shields.io/nuget/v/PangLib.WEP.svg)](https://www.nuget.org/packages/PangLib.WEP/) | - | Library to handle and parse data from `.(g/sg/ai)bin` files |
| [**PangLib.Scripting**](PangLib.Scripting/) | [![Nuget](https://img.shields.io/nuget/v/PangLib.Scripting.svg)](https://www.nuget.org/packages/PangLib.Scripting/) | [![Build status](https://github.com/retreev/panglib/actions/workflows/scripting-build.yaml/badge.svg)](https://github.com/retreev/PangLib/actions/workflows/scripting-build.yaml) | Library to handle and parse Pangya scripting languages |
| [**PangLib.UpdateList**](PangLib.UpdateList/) | [![Nuget](https://img.shields.io/nuget/v/PangLib.UpdateList.svg)](https://www.nuget.org/packages/PangLib.UpdateList/) | [![Build status](https://ci.appveyor.com/api/projects/status/v1iexyfax1jc790s/branch/master?svg=true)](https://ci.appveyor.com/project/pixeldesu/panglib-njuqy/branch/master) | Library to handle and parse data from `updatelist` files |
| [**PangLib.Utilities**](PangLib.Utilities/) | [![Nuget](https://img.shields.io/nuget/v/PangLib.Utilities.svg)](https://www.nuget.org/packages/PangLib.Utilities/) | [![Build status](https://ci.appveyor.com/api/projects/status/1eohtvn6tp6t89ed/branch/master?svg=true)](https://ci.appveyor.com/project/pixeldesu/panglib-aan6t/branch/master) | Common utilities used in other `PangLib` libraries |

## Building
Expand Down

0 comments on commit 3ca96cc

Please sign in to comment.