File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 7676 fail-fast : false
7777 matrix :
7878 include :
79- - desc : sonar gcc9 /C++14 py39 exr3.1 ocio2.2
79+ - desc : sonar gcc11 /C++17 py310 exr3.2 ocio2.3
8080 nametag : static-analysis-sonar
8181 os : ubuntu-latest
8282 container : aswf/ci-osl:2023-clang15
9191 setenvs : export SONAR_SERVER_URL="https://sonarcloud.io"
9292 BUILD_WRAPPER_OUT_DIR=/__w/OpenImageIO/OpenImageIO/bw_output
9393 OIIO_CMAKE_BUILD_WRAPPER="build-wrapper-linux-x86-64 --out-dir /__w/OpenImageIO/OpenImageIO/bw_output"
94- CMAKE_BUILD_TYPE =Debug
94+ OIIO_CMAKE_BUILD_TYPE =Debug
9595 CMAKE_UNITY_BUILD=OFF
9696 CODECOV=1
9797 CTEST_TEST_TIMEOUT=1200
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ OIIO_CMAKE_FLAGS="$MY_CMAKE_FLAGS $OIIO_CMAKE_FLAGS"
1212export OIIO_SRC_DIR=${OIIO_SRC_DIR:= $PWD }
1313export OIIO_BUILD_DIR=${OIIO_BUILD_DIR:= ${OIIO_SRC_DIR} / build}
1414export OIIO_INSTALL_DIR=${OIIO_INSTALL_DIR:= ${OIIO_SRC_DIR} / dist}
15+ export OIIO_CMAKE_BUILD_TYPE=${OIIO_CMAKE_BUILD_TYPE:= ${CMAKE_BUILD_TYPE:= Release} }
1516
1617if [[ " $USE_SIMD " != " " ]] ; then
1718 OIIO_CMAKE_FLAGS=" $OIIO_CMAKE_FLAGS -DUSE_SIMD=$USE_SIMD "
3233
3334# pushd $OIIO_BUILD_DIR
3435cmake -S $OIIO_SRC_DIR -B $OIIO_BUILD_DIR -G " $CMAKE_GENERATOR " \
35- -DCMAKE_BUILD_TYPE=" ${CMAKE_BUILD_TYPE } " \
36+ -DCMAKE_BUILD_TYPE=" ${OIIO_CMAKE_BUILD_TYPE } " \
3637 -DCMAKE_PREFIX_PATH=" $CMAKE_PREFIX_PATH " \
3738 -DCMAKE_INSTALL_PREFIX=" $OpenImageIO_ROOT " \
3839 -DPYTHON_VERSION=" $PYTHON_VERSION " \
You can’t perform that action at this time.
0 commit comments