feat(ci): add build test for VG-Lite simulator (#5278)

Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
This commit is contained in:
Neo Xu
2024-01-11 14:32:34 +08:00
committed by GitHub
parent 873549150e
commit a4f0ba5f5d
6 changed files with 31 additions and 4 deletions
+2 -1
View File
@@ -16,7 +16,8 @@ jobs:
# See BUILD_OPTIONS in tests/CMakeLists.txt.
build_option: ['OPTIONS_16BIT',
'OPTIONS_24BIT',
'OPTIONS_FULL_32BIT']
'OPTIONS_FULL_32BIT',
"OPTIONS_VG_LITE"]
name: Build ${{ matrix.build_option }}
steps:
- uses: actions/checkout@v4