Skip to content

Commit

Permalink
Add workflows for PendAndPaper tileset
Browse files Browse the repository at this point in the history
  • Loading branch information
Fris0uman committed Aug 20, 2024
1 parent 49d710d commit 96bf764
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/PenAndPaper_ci_build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: PenAndPaper composer

on:
push:
branches:
- master
paths:
- 'gfx/PenAndPaper/**'
- '.github/workflows/PenAndPaper_ci_build.yml'
pull_request:
branches:
- master
paths:
- 'gfx/PenAndPaper/**'
- '.github/workflows/PenAndPaper_ci_build.yml'

jobs:
build:
uses: ./.github/workflows/composer_template.yml
with:
tileset: PenAndPaper
composer-args: --use-all --obsolete-fillers
4 changes: 4 additions & 0 deletions .github/workflows/make_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ jobs:
artifact: Ultica_iso
tileset_dir: gfx/Ultica_iso
compose_args: --use-all
- name: PenAndPaper
artifact: PenAndPaper
tileset_dir: gfx/PenAndPaper
compose_args: --use-all
name: ${{ matrix.name }}
runs-on: ubuntu-latest
permissions: write-all
Expand Down

0 comments on commit 96bf764

Please sign in to comment.