mirror of
https://github.com/lvgl/lvgl.git
synced 2026-06-01 00:51:49 +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_16BIT',
|
||||||
'OPTIONS_24BIT',
|
'OPTIONS_24BIT',
|
||||||
'OPTIONS_FULL_32BIT',
|
'OPTIONS_FULL_32BIT',
|
||||||
'OPTIONS_VG_LITE',
|
|
||||||
'OPTIONS_SDL']
|
'OPTIONS_SDL']
|
||||||
name: Build ${{ matrix.build_option }} - Ubuntu
|
name: Build ${{ matrix.build_option }} - Ubuntu
|
||||||
steps:
|
steps:
|
||||||
@@ -52,8 +51,7 @@ jobs:
|
|||||||
# See BUILD_OPTIONS in tests/CMakeLists.txt.
|
# See BUILD_OPTIONS in tests/CMakeLists.txt.
|
||||||
build_option: ['OPTIONS_16BIT',
|
build_option: ['OPTIONS_16BIT',
|
||||||
'OPTIONS_24BIT',
|
'OPTIONS_24BIT',
|
||||||
'OPTIONS_FULL_32BIT',
|
'OPTIONS_FULL_32BIT']
|
||||||
'OPTIONS_VG_LITE']
|
|
||||||
compiler: [gcc, cl]
|
compiler: [gcc, cl]
|
||||||
|
|
||||||
name: Build ${{ matrix.build_option }} - ${{matrix.compiler }} - Windows
|
name: Build ${{ matrix.build_option }} - ${{matrix.compiler }} - Windows
|
||||||
|
|||||||
@@ -108,9 +108,7 @@ set(LVGL_TEST_OPTIONS_TEST_DEFHEAP
|
|||||||
${SANITIZE_AND_COVERAGE_OPTIONS}
|
${SANITIZE_AND_COVERAGE_OPTIONS}
|
||||||
)
|
)
|
||||||
|
|
||||||
if (OPTIONS_VG_LITE)
|
if (OPTIONS_SDL)
|
||||||
set (BUILD_OPTIONS ${LVGL_TEST_OPTIONS_VG_LITE})
|
|
||||||
elseif (OPTIONS_SDL)
|
|
||||||
set (BUILD_OPTIONS ${LVGL_TEST_OPTIONS_SDL})
|
set (BUILD_OPTIONS ${LVGL_TEST_OPTIONS_SDL})
|
||||||
elseif (OPTIONS_NORMAL_8BIT)
|
elseif (OPTIONS_NORMAL_8BIT)
|
||||||
set (BUILD_OPTIONS ${LVGL_TEST_OPTIONS_NORMAL_8BIT})
|
set (BUILD_OPTIONS ${LVGL_TEST_OPTIONS_NORMAL_8BIT})
|
||||||
|
|||||||
@@ -25,7 +25,6 @@ build_only_options = {
|
|||||||
'OPTIONS_16BIT': 'Minimal config, 16 bit color depth',
|
'OPTIONS_16BIT': 'Minimal config, 16 bit color depth',
|
||||||
'OPTIONS_24BIT': 'Normal config, 24 bit color depth',
|
'OPTIONS_24BIT': 'Normal config, 24 bit color depth',
|
||||||
'OPTIONS_FULL_32BIT': 'Full config, 32 bit color depth',
|
'OPTIONS_FULL_32BIT': 'Full config, 32 bit color depth',
|
||||||
'OPTIONS_VG_LITE': 'VG-Lite simulator with full config, 32 bit color depth',
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if platform.system() != 'Windows':
|
if platform.system() != 'Windows':
|
||||||
|
|||||||
Reference in New Issue
Block a user