Skip to content

Commit

Permalink
[feat] openexr writer
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Dukhovnikov <[email protected]>
  • Loading branch information
antond-weta committed Nov 16, 2023
1 parent b5d6162 commit 69be194
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,26 @@ jobs:
fail-fast: false

matrix:
c_compiler: [gcc, clang]
writer: [ON, OFF]
include:
- desc: gcc11 # /C++17 boost1.8 exr3.1
- c_compiler: gcc
desc: gcc11 # /C++17 boost1.8 exr3.1
nametag: linux-vfx2023
os: ubuntu-latest
container: aswf/ci-osl:2023-clang15
vfxyear: 2023
cxx_compiler: g++
cxx_std: 17
- desc: clang15 # /C++17 boost1.8 exr3.1
- c_compiler: clang
desc: clang15 # /C++17 boost1.8 exr3.1
nametag: linux-vfx2022-clang13
os: ubuntu-latest
container: aswf/ci-osl:2023-clang15
vfxyear: 2023
cc_compiler: clang
cxx_compiler: clang++
cxx_std: 17

env:
CXX: ${{matrix.cxx_compiler}}
CC: ${{matrix.cc_compiler}}
Expand Down
2 changes: 1 addition & 1 deletion build_scripts/install_deps_linux.bash
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -ex
time sudo apt-get update

time sudo apt-get -q -f install -y \
libunwind-dev \
libunwind-dev libopenexr-dev \
libboost-dev libboost-filesystem-dev \
libboost-test-dev \
libraw-dev libceres-dev

0 comments on commit 69be194

Please sign in to comment.