Skip to content

Commit

Permalink
add (currently failing) openexr2 static docker to github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldsmith committed Jul 2, 2024
1 parent 2373b12 commit 70eccfb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/docker_linuxes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,3 +201,13 @@ jobs:

- name: Run unit tests (ctest) within the Docker image
run: docker run ctl:latest sh -c "cd ./build && ctest"

ubuntu-openexr2-static:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: docker build --no-cache --rm -f ./docker/Dockerfile_ubuntu_22.04_openexr2_static -t ctl:latest .

- name: Run unit tests (ctest) within the Docker image
run: docker run ctl:latest sh -c "cd ./build && ctest"

0 comments on commit 70eccfb

Please sign in to comment.