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 752617a commit 8786b77Copy full SHA for 8786b77
.github/workflows/docker_linuxes.yml
@@ -28,18 +28,6 @@ jobs:
28
- name: Run unit tests (ctest) within the Docker image
29
run: docker run ctl:latest sh -c "cd ./build && ctest"
30
31
- Dockerfile_openexr3-repo-root:
32
-
33
- runs-on: ubuntu-latest
34
35
- steps:
36
- - uses: actions/checkout@v4
37
- - name: Build the Docker image
38
- run: docker build --no-cache --rm -f ./Dockerfile_openexr3 -t ctl:latest .
39
40
- - name: Run unit tests (ctest) within the Docker image
41
- run: docker run ctl:latest sh -c "cd ./build && ctest"
42
43
ubuntu-18-04:
44
45
runs-on: ubuntu-latest
0 commit comments