ci(ccpp): fix workflow file
This commit is contained in:
committed by
GitHub
parent
b227bb15dc
commit
841d170e5c
4
.github/workflows/ccpp.yml
vendored
4
.github/workflows/ccpp.yml
vendored
@@ -14,9 +14,9 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
# A valid option parameter to the cmake file.
|
# A valid option parameter to the cmake file.
|
||||||
# See BUILD_OPTIONS in tests/CMakeLists.txt.
|
# See BUILD_OPTIONS in tests/CMakeLists.txt.
|
||||||
build_option: ['OPTIONS_MINIMAL_MONOCHROME',
|
build_option: ['OPTIONS_NORMAL_8BIT',
|
||||||
'OPTIONS_NORMAL_8BIT',
|
|
||||||
'OPTIONS_16BIT',
|
'OPTIONS_16BIT',
|
||||||
|
'OPTIONS_24BIT',
|
||||||
'OPTIONS_FULL_32BIT']
|
'OPTIONS_FULL_32BIT']
|
||||||
name: Build ${{ matrix.build_option }}
|
name: Build ${{ matrix.build_option }}
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user