mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-21 05:51:45 +08:00
perf(tests): remove duplicate vg-lite compilation (#8841)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com> Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
This commit is contained in:
@@ -25,7 +25,6 @@ jobs:
|
||||
'OPTIONS_16BIT',
|
||||
'OPTIONS_24BIT',
|
||||
'OPTIONS_FULL_32BIT',
|
||||
'OPTIONS_VG_LITE',
|
||||
'OPTIONS_SDL']
|
||||
name: Build ${{ matrix.build_option }} - Ubuntu
|
||||
steps:
|
||||
@@ -52,8 +51,7 @@ jobs:
|
||||
# See BUILD_OPTIONS in tests/CMakeLists.txt.
|
||||
build_option: ['OPTIONS_16BIT',
|
||||
'OPTIONS_24BIT',
|
||||
'OPTIONS_FULL_32BIT',
|
||||
'OPTIONS_VG_LITE']
|
||||
'OPTIONS_FULL_32BIT']
|
||||
compiler: [gcc, cl]
|
||||
|
||||
name: Build ${{ matrix.build_option }} - ${{matrix.compiler }} - Windows
|
||||
|
||||
Reference in New Issue
Block a user