ci(sdl): add sdl build to ci test (#6505)

Signed-off-by: lhdjply <lhdjply@126.com>
Signed-off-by: Liu Yi <lhdjply@126.com>
This commit is contained in:
Liu Yi
2024-07-19 18:10:58 +08:00
committed by GitHub
parent 790aa5a529
commit 80b8c33f21
13 changed files with 108 additions and 46 deletions

View File

@@ -17,7 +17,8 @@ jobs:
build_option: ['OPTIONS_16BIT',
'OPTIONS_24BIT',
'OPTIONS_FULL_32BIT',
"OPTIONS_VG_LITE"]
'OPTIONS_VG_LITE',
'OPTIONS_SDL']
name: Build ${{ matrix.build_option }}
steps:
- uses: actions/checkout@v4