File tree Expand file tree Collapse file tree 1 file changed +0
-35
lines changed Expand file tree Collapse file tree 1 file changed +0
-35
lines changed Original file line number Diff line number Diff line change @@ -553,41 +553,6 @@ jobs:
553553
554554 # --------------------------------------------------------------------------------
555555
556- Mac_cpp :
557- runs-on : macos-14
558- timeout-minutes : 60
559-
560- steps :
561- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
562-
563- - name : Check_API
564- shell : bash
565- run : |
566- cd scripts
567- ./api_check.sh
568- cd ..
569-
570- - name : Prebuild
571- run : |
572- mkdir build
573- # install coreutils for greadlink use
574- brew install coreutils
575- brew install homebrew/core/glfw;
576- brew list libusb || brew install libusb;
577-
578- - name : Build
579- run : |
580- cd build
581- # `OPENSSL_ROOT_DIR` setting is Used by libcurl for 'CHECK_FOR_UPDATES' capability
582- # We use "greadlink -f" which is mac-os parallel command to "readlink -f" from Linux (-f to convert relative link to absolute link)
583- export OPENSSL_ROOT_DIR=`greadlink -f /usr/local/opt/[email protected] ` 584- echo "OPENSSL_ROOT_DIR = ${OPENSSL_ROOT_DIR}"
585- cmake .. -DCMAKE_BUILD_TYPE=${{env.LRS_BUILD_CONFIG}} -DBUILD_EXAMPLES=true -DBUILD_WITH_OPENMP=false -DHWM_OVER_XU=false -DCHECK_FOR_UPDATES=true
586- cmake --build . -- -j4
587- ls
588-
589- # --------------------------------------------------------------------------------
590-
591556 Mac_DDS_cpp :
592557 runs-on : macos-15
593558 timeout-minutes : 60
You can’t perform that action at this time.
0 commit comments