Skip to content

Commit

Permalink
remove packing with PAR::Packer, update Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
G4Vi committed Nov 14, 2022
1 parent 9be7f23 commit 04d0cb5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 76 deletions.
39 changes: 0 additions & 39 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,45 +90,6 @@ jobs:
psx_mc_cli/psx-mc-cli-v*-standalone.zip
psx_mc_cli/psx_mc_cli.com
# build-windows:
# name: Build psx-mc-cli-windows-exe
# runs-on: windows-latest
# steps:
# - name: Fetch repo and submodules
# uses: actions/checkout@v3
# with:
# path: 'psx_mc_cli'
# submodules: true
# - name: Install Perl
# uses: shogo82148/actions-setup-perl@v1
# with:
# perl-version: '5.32'
# distribution: strawberry
# working-directory: psx_mc_cli
# install-modules-with: cpanm
# - name: Test in-tree
# run: |
# cd psx_mc_cli/PlayStation-MemoryCard
# prove -I../gifenc-pl/lib -lv t
# - name: Build windows exe release
# run: |
# cd psx_mc_cli
# perl buildpar.pl
# $version = perl -IPlayStation-MemoryCard/lib -MPlayStation::MemoryCard -e 'print $PlayStation::MemoryCard::VERSION'
# 7z a -tzip psx-mc-cli-$version-windows-exe.zip psx-mc-cli-$version-windows-exe
# - name: Upload build artifacts
# uses: actions/upload-artifact@v3
# with:
# name: psx_mc_cli-windows-exe
# if-no-files-found: error
# path: psx_mc_cli/psx-mc-cli-v*-windows-exe.zip
# - name: Archive CPAN logs
# if: ${{ failure() }}
# uses: actions/upload-artifact@v3
# with:
# name: cpan_log
# path: C:\Users\RUNNER*\.cpanm\work\*\build.log

test-perl-release:
needs: [ build-linux ]
strategy:
Expand Down
12 changes: 6 additions & 6 deletions PlayStation-MemoryCard/Changes
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Revision history for PlayStation-MemoryCard
v0.2.1 2022-10-XX
Packaging changes, shouldn't affect cli operations. Make
scripts that don't exit return true, for operation under do.
Binaries are now produced with Perl::Dist::APPerl instead of
PAR::Packer to make binary cross-compatible with more
operating systems than Windows.
v0.2.1 2022-11-13
Packaging changes, shouldn't affect cli operations.
- all scripts now return true for operation under do
- use Perl::Dist::APPerl instead of PAR::Packer to build a
cross-platform binary that is compatible with several
unix-like operating systems in addition to Windows.

v0.2.0 2022-07-19
First packaged version, released on an unsuspecting world.
30 changes: 0 additions & 30 deletions buildpar.pl

This file was deleted.

1 change: 0 additions & 1 deletion cpanfile

This file was deleted.

0 comments on commit 04d0cb5

Please sign in to comment.