File tree Expand file tree Collapse file tree 4 files changed +6
-76
lines changed Expand file tree Collapse file tree 4 files changed +6
-76
lines changed Original file line number Diff line number Diff line change 90
90
psx_mc_cli/psx-mc-cli-v*-standalone.zip
91
91
psx_mc_cli/psx_mc_cli.com
92
92
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
-
132
93
test-perl-release :
133
94
needs : [ build-linux ]
134
95
strategy :
Original file line number Diff line number Diff line change 1
1
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.
8
8
9
9
v0.2.0 2022-07-19
10
10
First packaged version, released on an unsuspecting world.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments