File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed
Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change @@ -200,3 +200,28 @@ jobs:
200200 - name : test
201201 shell : bash
202202 run : cd build && ctest -V
203+
204+ testmacos1015_tbb2021 :
205+ runs-on : macos-10.15
206+ env :
207+ CXX : clang++
208+ steps :
209+ - uses : actions/checkout@v2
210+ - name : install
211+ shell : bash
212+ run : |
213+ brew update
214+ brew install bash cmake ilmbase openexr@2 boost tbb glfw
215+ echo "IlmBase_ROOT=/usr/local/opt/ilmbase" >> $GITHUB_ENV
216+ echo "OpenEXR_ROOT=/usr/local/opt/openexr@2" >> $GITHUB_ENV
217+ echo "/usr/local/opt/openexr@2/bin" >> $GITHUB_PATH
218+ - name : install
219+ shell : bash
220+ run : ./ci/install_gtest.sh 1.10.0
221+ - name : build
222+ shell : bash
223+ run : ./ci/build.sh Release "core,bin,test" \
224+ -DOPENVDB_CXX_STRICT=OFF -DUSE_BLOSC=OFF -DUSE_ZLIB=OFF
225+ - name : test
226+ shell : bash
227+ run : cd build && ctest -V
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ brew install ilmbase
99brew install openexr@2
1010brew install boost
1111brew install boost-python3 # also installs the dependent python version
12- brew install gtest
1312brew install tbb@2020
1413brew install zlib
1514brew install glfw
You can’t perform that action at this time.
0 commit comments