Skip to content

Commit 04d0cb5

Browse files
committed
remove packing with PAR::Packer, update Changes
1 parent 9be7f23 commit 04d0cb5

File tree

4 files changed

+6
-76
lines changed

4 files changed

+6
-76
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -90,45 +90,6 @@ jobs:
9090
psx_mc_cli/psx-mc-cli-v*-standalone.zip
9191
psx_mc_cli/psx_mc_cli.com
9292
93-
# build-windows:
94-
# name: Build psx-mc-cli-windows-exe
95-
# runs-on: windows-latest
96-
# steps:
97-
# - name: Fetch repo and submodules
98-
# uses: actions/checkout@v3
99-
# with:
100-
# path: 'psx_mc_cli'
101-
# submodules: true
102-
# - name: Install Perl
103-
# uses: shogo82148/actions-setup-perl@v1
104-
# with:
105-
# perl-version: '5.32'
106-
# distribution: strawberry
107-
# working-directory: psx_mc_cli
108-
# install-modules-with: cpanm
109-
# - name: Test in-tree
110-
# run: |
111-
# cd psx_mc_cli/PlayStation-MemoryCard
112-
# prove -I../gifenc-pl/lib -lv t
113-
# - name: Build windows exe release
114-
# run: |
115-
# cd psx_mc_cli
116-
# perl buildpar.pl
117-
# $version = perl -IPlayStation-MemoryCard/lib -MPlayStation::MemoryCard -e 'print $PlayStation::MemoryCard::VERSION'
118-
# 7z a -tzip psx-mc-cli-$version-windows-exe.zip psx-mc-cli-$version-windows-exe
119-
# - name: Upload build artifacts
120-
# uses: actions/upload-artifact@v3
121-
# with:
122-
# name: psx_mc_cli-windows-exe
123-
# if-no-files-found: error
124-
# path: psx_mc_cli/psx-mc-cli-v*-windows-exe.zip
125-
# - name: Archive CPAN logs
126-
# if: ${{ failure() }}
127-
# uses: actions/upload-artifact@v3
128-
# with:
129-
# name: cpan_log
130-
# path: C:\Users\RUNNER*\.cpanm\work\*\build.log
131-
13293
test-perl-release:
13394
needs: [ build-linux ]
13495
strategy:

PlayStation-MemoryCard/Changes

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Revision history for PlayStation-MemoryCard
2-
v0.2.1 2022-10-XX
3-
Packaging changes, shouldn't affect cli operations. Make
4-
scripts that don't exit return true, for operation under do.
5-
Binaries are now produced with Perl::Dist::APPerl instead of
6-
PAR::Packer to make binary cross-compatible with more
7-
operating systems than Windows.
2+
v0.2.1 2022-11-13
3+
Packaging changes, shouldn't affect cli operations.
4+
- all scripts now return true for operation under do
5+
- use Perl::Dist::APPerl instead of PAR::Packer to build a
6+
cross-platform binary that is compatible with several
7+
unix-like operating systems in addition to Windows.
88

99
v0.2.0 2022-07-19
1010
First packaged version, released on an unsuspecting world.

buildpar.pl

Lines changed: 0 additions & 30 deletions
This file was deleted.

cpanfile

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)