Skip to content

Commit 322dca7

Browse files
committed
windows11 arm
1 parent 07ce8bc commit 322dca7

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

.github/workflows/jsource.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1099,52 +1099,52 @@ jobs:
10991099
path: testwin32.txt
11001100
overwrite: true
11011101

1102-
# windows --------------------------------------------------------------
1103-
jewinarm64:
1104-
name: JE (Windows arm64)
1102+
# windows arm64 old ----------------------------------------------------
1103+
jewinarm64old:
1104+
name: JE (Windows arm64 old)
11051105
runs-on: windows-2022
11061106
steps:
11071107
- name: Checkout Git repository
11081108
uses: actions/checkout@v4
11091109

1110-
- name: Setup Environment (Windows arm64)
1110+
- name: Setup Environment (Windows arm64 old)
11111111
uses: ilammy/msvc-dev-cmd@v1
11121112
with:
11131113
arch: amd64_arm64
11141114

1115-
- name: Build JE (Windows arm64)
1115+
- name: Build JE (Windows arm64 old)
11161116
shell: cmd
11171117
run: |
11181118
script\buildga.cmd arm64
11191119
1120-
- name: Test JE (Windows arm64)
1120+
- name: Test JE (Windows arm64 old)
11211121
if: ${{ false }}
11221122
shell: cmd
11231123
run: |
11241124
script\testga.cmd arm64
11251125
1126-
- name: Compress Files (Windows arm64)
1126+
- name: Compress Files (Windows arm64 old)
11271127
shell: pwsh
1128-
run: Compress-Archive jarm64 warm64.zip
1128+
run: Compress-Archive jarm64 warm64old.zip
11291129

1130-
- name: Release JE (Windows arm64)
1130+
- name: Release JE (Windows arm64 old)
11311131
uses: ncipollo/release-action@v1
11321132
with:
11331133
tag: build
1134-
artifacts: "warm64.zip"
1134+
artifacts: "warm64old.zip"
11351135
token: ${{ secrets.GITHUB_TOKEN }}
11361136
allowUpdates: true
11371137
replacesArtifacts: true
11381138

1139-
- name: Copy Test (Windows arm64)
1139+
- name: Copy Test (Windows arm64 old)
11401140
uses: actions/upload-artifact@v4
11411141
with:
11421142
name: dist
1143-
path: testwinarm64.txt
1143+
path: testwinarm64old.txt
11441144
overwrite: true
11451145

1146-
# windows --------------------------------------------------------------
1147-
jewinarm64a:
1146+
# windows arm64 --------------------------------------------------------
1147+
jewinarm64:
11481148
name: JE (Windows11 arm64)
11491149
runs-on: windows-11-arm
11501150
steps:
@@ -1168,13 +1168,13 @@ jobs:
11681168
11691169
- name: Compress Files (Windows11 arm64)
11701170
shell: pwsh
1171-
run: Compress-Archive jarm64 warm64a.zip
1171+
run: Compress-Archive jarm64 warm64.zip
11721172

11731173
- name: Release JE (Windows11 arm64)
11741174
uses: ncipollo/release-action@v1
11751175
with:
11761176
tag: build
1177-
artifacts: "warm64a.zip"
1177+
artifacts: "warm64.zip"
11781178
token: ${{ secrets.GITHUB_TOKEN }}
11791179
allowUpdates: true
11801180
replacesArtifacts: true
@@ -1183,15 +1183,15 @@ jobs:
11831183
uses: actions/upload-artifact@v4
11841184
with:
11851185
name: dist
1186-
path: testwinarm64a.txt
1186+
path: testwinarm64.txt
11871187
overwrite: true
11881188

11891189
# get tests ------------------------------------------------------------
11901190
tests:
11911191
name: Test Results
11921192
runs-on: ubuntu-22.04
11931193
# needs: [jelinux, jelinux-gcc, jemacos, jerpi64, jerpi32, jewin, jewin32, jeandroid, jefreebsd2, jefreebsdarm64, jeopenbsd2, jeopenbsdarm64 ]
1194-
needs: [jelinux, jelinux-gcc, jelinuxd, jemacos, jemacosarm, jemacosd, jemacosarmd, jerpi64, jerpi32, jewin, jewin32, jewinarm64, jewinarm64a, jeandroid, jefreebsd2, jefreebsdarm64, jeopenbsd2, jeopenbsdarm64 ]
1194+
needs: [jelinux, jelinux-gcc, jelinuxd, jemacos, jemacosarm, jemacosd, jemacosarmd, jerpi64, jerpi32, jewin, jewin32, jewinarm64, jeandroid, jefreebsd2, jefreebsdarm64, jeopenbsd2, jeopenbsdarm64 ]
11951195
steps:
11961196
- name: Checkout Git repository
11971197
uses: actions/checkout@v4

script/testga.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ IF %ERRORLEVEL% NEQ 0 EXIT /b 1
2424
GOTO L01C
2525
:L01B
2626
dir jarm64
27-
jarm\jconsole testga.ijs
27+
jarm64\jconsole testga.ijs
2828
IF %ERRORLEVEL% NEQ 0 EXIT /b 1
2929
:L01C

0 commit comments

Comments
 (0)