We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56dbaf4 commit 63ed454Copy full SHA for 63ed454
.github/workflows/test_build_quick.yml
@@ -22,10 +22,12 @@ jobs:
22
os: ubuntu-latest
23
c-compiler: gcc
24
cxx-compiler: g++
25
+ configure-options: ''
26
- os-name: 'MacOS'
27
os: macos-latest
28
c-compiler: clang
29
cxx-compiler: clang++
30
+ configure-options: 'CXXFLAGS="-std=c++11"' # OpenEXR 3 needs C++11
31
32
steps:
33
@@ -51,6 +53,7 @@ jobs:
51
53
with:
52
54
c-compiler: ${{ matrix.c-compiler }}
55
cxx-compiler: ${{ matrix.cxx-compiler }}
56
+ configure-options: ${{ matrix.configure-options }}
57
- name: 'Sanity-Check Working Tree'
58
uses: POV-Ray/povray/.github/actions/git_check_repo@gh-actions-v1
59
0 commit comments