Skip to content

Commit acf0dee

Browse files
Add SDL_mixer.pas to compile test
1 parent 95c7b0d commit acf0dee

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ jobs:
2626
with:
2727
source: units/SDL3_image.pas
2828
verbosity: ewnh
29+
- name: Compile SDL3_mixer unit
30+
uses: suve/GHActions-FPC@v0.4.0
31+
with:
32+
source: units/SDL3_mixer.pas
33+
verbosity: ewnh
2934
- name: Compile SDL3_ttf unit
3035
uses: suve/GHActions-FPC@v0.4.0
3136
with:
@@ -60,6 +65,11 @@ jobs:
6065
with:
6166
source: units/SDL3_image.pas
6267
verbosity: ewnh
68+
- name: Compile SDL3_mixer unit
69+
uses: suve/GHActions-FPC@v0.4.0
70+
with:
71+
source: units/SDL3_mixer.pas
72+
verbosity: ewnh
6373
- name: Compile SDL3_ttf unit
6474
uses: suve/GHActions-FPC@v0.4.0
6575
with:
@@ -91,6 +101,11 @@ jobs:
91101
with:
92102
source: units/SDL3_image.pas
93103
verbosity: ewnh
104+
- name: Compile SDL3_mixer unit
105+
uses: suve/GHActions-FPC@v0.4.0
106+
with:
107+
source: units/SDL3_mixer.pas
108+
verbosity: ewnh
94109
- name: Compile SDL3_ttf unit
95110
uses: suve/GHActions-FPC@v0.4.0
96111
with:

0 commit comments

Comments
 (0)