Skip to content

Commit 6592546

Browse files
committed
Test. Added h120 rtc mod
Change-Id: If07fd3ff1231dea79d523650bbcebaa594c37361
1 parent 9b499b1 commit 6592546

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ jobs:
3333
arch: m
3434
platform: 11
3535

36+
- name: iriverh120_rtcmod
37+
arch: m
38+
platform: 10
39+
type: AR
40+
3641
runs-on: ubuntu-22.04
3742
name: ${{matrix.name}}
3843

@@ -98,7 +103,7 @@ jobs:
98103
run: |
99104
mkdir build
100105
cd build
101-
../tools/configure --target=${{matrix.platform}} --type=N
106+
../tools/configure --target=${{matrix.platform}} --type=${{matrix.type || 'N'}}
102107
make -j
103108
make zip
104109

0 commit comments

Comments
 (0)